children property

List<Widget>? children
final

A list of widgets to display in the gallery if itemBuilder is not used.

Implementation

final List<Widget>? children;