FRadioStateStyle constructor
FRadioStateStyle({})
Creates a FRadioStateStyle.
Implementation
FRadioStateStyle({
required this.borderColor,
required this.selectedColor,
required this.backgroundColor,
required this.labelTextStyle,
required this.descriptionTextStyle,
});