SingleSelectStyle constructor
SingleSelectStyle({})
Implementation
SingleSelectStyle({
this.labelStyle,
this.selectedOptionTextStyle,
this.optionTextStyle,
this.selectedOptionBackground,
this.optionBackground,
super.width,
super.height,
super.background,
super.border,
super.borderRadius,
super.gradient,
});