child property
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;
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.
final Widget child;