defaultSwitch property

String? defaultSwitch
final

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;