CustomizableMultiselectWidgetOptions constructor

const CustomizableMultiselectWidgetOptions({
  1. bool enable = true,
  2. Color chipColor = Colors.white,
  3. ShapeBorder? chipShape,
  4. Text? hintText,
})

Implementation

const CustomizableMultiselectWidgetOptions({
  this.enable = true,
  this.chipColor = Colors.white,
  this.chipShape,
  this.hintText,
});