child property

Widget child
final

The widget subtree containing selectable choice items.

Child widgets should provide choice items that use Choice.choose to register selections and Choice.getValue to access current state.

Implementation

final Widget child;