FSwitchErrorStyle constructor
FSwitchErrorStyle({})
Creates a FSwitchErrorStyle.
Implementation
FSwitchErrorStyle({
required this.labelTextStyle,
required this.descriptionTextStyle,
required this.errorTextStyle,
});