FKappaGrid constructor
const
FKappaGrid({})
Implementation
const FKappaGrid({
super.key,
required this.children,
this.mobileCols = 4,
this.tabletCols = 8,
this.desktopCols = 12,
this.gutter = 16.0,
});
const FKappaGrid({
super.key,
required this.children,
this.mobileCols = 4,
this.tabletCols = 8,
this.desktopCols = 12,
this.gutter = 16.0,
});