defaultSwitch property
Default switch to use when no switch is specified Can be either:
- A switch name (String): "ios"
- null: no default, show picker if switches exist
Implementation
final String? defaultSwitch;
Default switch to use when no switch is specified Can be either:
final String? defaultSwitch;