menu
carbon_flutter package
documentation
features/toggle/toggle.props.dart
CToggleProps
value property
value property
dark_mode
light_mode
value
property
bool
value
final
Whether the initial value of the toggle is checked or not.
@default:
true
Implementation
final bool value;
carbon_flutter package
documentation
features/toggle/toggle.props
CToggleProps
value property
CToggleProps class