GridTile constructor
Creates a grid tile.
Must have a child. Does not typically have both a header and a footer.
Implementation
const GridTile({
super.key,
this.header,
this.footer,
required this.child,
});
Creates a grid tile.
Must have a child. Does not typically have both a header and a footer.
const GridTile({
super.key,
this.header,
this.footer,
required this.child,
});