FSwitchStateStyle constructor
FSwitchStateStyle({})
Creates a FSwitchStateStyle.
Implementation
FSwitchStateStyle({
required this.checkedColor,
required this.uncheckedColor,
required this.thumbColor,
required this.labelTextStyle,
required this.descriptionTextStyle,
});