SwitchWidgetData constructor

SwitchWidgetData({
  1. String type = "switch",
  2. Cell? cell,
  3. List<WidgetData>? children,
  4. required Value label,
  5. Insets? padding,
  6. String? databinding,
})

Implementation

SwitchWidgetData({super.type = "switch", super.cell, super.children, required this.label, this.padding, this.databinding});