menu
tailwindcss_build package
documentation
grid_builder.dart
GridBuilder
children property
children property
dark_mode
light_mode
children
property
List
<
Widget
>
children
final
The list of child widgets to be arranged in the grid layout.
Implementation
final List<Widget> children;
tailwindcss_build package
documentation
grid_builder
GridBuilder
children property
GridBuilder class