children property

List<Widget> children
final

The list of child widgets to be arranged in the grid layout.

Implementation

final List<Widget> children;