children property

List<Widget> children
final

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;