children property

List<Widget>? children
final

The widgets shown as the card's main content, above the actions.

Implementation

final List<Widget>? children;