toggled property
final
If non-null, indicates that this subtree represents a toggle switch or similar widget with an "on" state, and what its current state is.
Implementation
final bool? toggled;
If non-null, indicates that this subtree represents a toggle switch or similar widget with an "on" state, and what its current state is.
final bool? toggled;