child property

Widget? child
final

The card's contents.

Typically a Row or a Column so information is organized in a hierarchy from start to end.

Implementation

final Widget? child;