HMAutocompleteTheme constructor
HMAutocompleteTheme({
- HMAutocompleteSize? size,
- HMRadius? radius,
- BoxDecoration? selectPanelDecoration,
- TextStyle? selectedValueTextStyle,
- Color? fillColor,
- Color? selectedBgColor,
- Color? overlayColor,
Implementation
HMAutocompleteTheme({
this.size,
this.radius,
this.selectPanelDecoration,
this.selectedValueTextStyle,
this.fillColor,
this.selectedBgColor,
this.overlayColor,
});