PlatformToggle constructor
const
PlatformToggle({})
Implementation
const PlatformToggle({
Key? key,
required this.platform,
required this.isEnabled,
required this.onToggle,
required this.status,
this.fullWidth = false,
this.customIconSize,
}) : super(key: key);