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