menu
flutter_responsive_util package
documentation
widgets/responsive_grid.dart
ResponsiveGrid
children property
children property
dark_mode
light_mode
children
property
List
<
Widget
>
children
final
The list of widgets to display in the grid.
Implementation
final List<Widget> children;
flutter_responsive_util package
documentation
widgets/responsive_grid
ResponsiveGrid
children property
ResponsiveGrid class