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