S360fSwitchTileWithLegend constructor

const S360fSwitchTileWithLegend({
  1. required ValueChanged<bool>? onChanged,
  2. required Color color,
  3. required String label,
  4. required bool value,
  5. TextStyle? textStyle,
  6. String? tileValue,
  7. bool disable = false,
  8. bool hideSwitch = false,
  9. Key? key,
})

Implementation

const S360fSwitchTileWithLegend({
  required this.onChanged,
  required this.color,
  required this.label,
  required this.value,
  this.textStyle,
  this.tileValue,
  this.disable = false,
  this.hideSwitch = false,
  super.key,
});