initialValue property
The initial toggle state when no controller is provided.
Used only in uncontrolled mode. If both controller and initialValue are provided, controller takes precedence.
Implementation
@override
final bool? initialValue;
The initial toggle state when no controller is provided.
Used only in uncontrolled mode. If both controller and initialValue are provided, controller takes precedence.
@override
final bool? initialValue;