HMMultiSelectTheme constructor

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

Implementation

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