HMSelectTheme constructor
HMSelectTheme({
- HMSelectSize? size,
- HMRadius? radius,
- bool? selectIconAtLeft,
- Color? selectIconColor,
Implementation
HMSelectTheme({
this.size,
this.radius,
this.selectIconAtLeft,
this.selectIconColor,
});