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