children property
The list of widgets displayed by the grid. Widgets are placed in order and split into rows/columns according to crossAxisItemCount. This list must not be null.
Implementation
final List<Widget> children;
The list of widgets displayed by the grid. Widgets are placed in order and split into rows/columns according to crossAxisItemCount. This list must not be null.
final List<Widget> children;