GridTileBar constructor
Creates a grid tile bar.
Typically used to with GridTile.
Implementation
const GridTileBar({
super.key,
this.backgroundColor,
this.leading,
this.title,
this.subtitle,
this.trailing,
});
Creates a grid tile bar.
Typically used to with GridTile.
const GridTileBar({
super.key,
this.backgroundColor,
this.leading,
this.title,
this.subtitle,
this.trailing,
});