SwitchRF constructor

SwitchRF({
  1. String label = "Active",
  2. String? field,
})

Implementation

SwitchRF({this.label = "Active", this.field});