GridTileBar constructor

const GridTileBar({Key key, Color backgroundColor, Widget leading, Widget title, Widget subtitle, Widget trailing })

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);