menu
modula_ui package
documentation
components/layout/modula_grid.dart
ModulaGrid
ModulaGrid.new const constructor
ModulaGrid.new const constructor
dark_mode
light_mode
ModulaGrid
constructor
const
ModulaGrid
(
{
required
List
<
Widget
>
children
,
Key
?
key
,
double
spacing
=
16.0
,
int
columns
=
12
,
})
Implementation
const ModulaGrid({ required this.children, super.key, this.spacing = 16.0, this.columns = 12, });
modula_ui package
documentation
components/layout/modula_grid
ModulaGrid
ModulaGrid.new const constructor
ModulaGrid class