menu
easy_dev_toolkit package
documentation
layout_engine/adaptive_grid.dart
AdaptiveGrid
AdaptiveGrid.new const constructor
AdaptiveGrid.new const constructor
dark_mode
light_mode
AdaptiveGrid
constructor
const
AdaptiveGrid
(
{
Key
?
key
,
required
List
<
Widget
>
children
,
double
spacing
=
12
,
})
Implementation
const AdaptiveGrid({super.key, required this.children, this.spacing = 12});
easy_dev_toolkit package
documentation
layout_engine/adaptive_grid
AdaptiveGrid
AdaptiveGrid.new const constructor
AdaptiveGrid class