SwitchThemeModifier constructor
const
SwitchThemeModifier({
- Key? key,
- Widget? child,
- Key? modifierKey,
- required SwitchThemeData data,
Constructs a switch theme that configures all descendant Switch widgets.
Implementation
const SwitchThemeModifier({
super.key,
super.child,
super.modifierKey,
required this.data,
});