SettingsSwitchTileIos constructor
Implementation
const SettingsSwitchTileIos(
{Key? key,
required this.title,
required this.onChanged,
required this.value,
this.subTitle = "",
this.icon,
this.activeColor,
this.thumbColor,
this.trackColor})
: super(key: key);