HMSelectTheme constructor

HMSelectTheme({
  1. HMSelectSize? size,
  2. HMRadius? radius,
  3. bool? selectIconAtLeft,
  4. Widget? inputIcon,
  5. Color? selectIconColor,
  6. Color? overlayColor,
})

Implementation

HMSelectTheme({
  this.size,
  this.radius,
  this.selectIconAtLeft,
  this.inputIcon,
  this.selectIconColor,
  this.overlayColor,
});