HMSelectTheme constructor

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

Implementation

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