MultiSelectChipDisplay<V>.none constructor

MultiSelectChipDisplay<V>.none({
  1. List<MultiSelectItem<V>?>? items = const [],
  2. bool? disabled = true,
  3. dynamic onTap(
    1. V
    )?,
  4. Color? chipColor,
  5. Alignment? alignment,
  6. BoxDecoration? decoration,
  7. TextStyle? textStyle,
  8. Color? colorator(
    1. V
    )?,
  9. Icon? icon,
  10. ShapeBorder? shape,
  11. bool scroll = false,
  12. HorizontalScrollBar? scrollBar,
  13. double? height,
  14. double? chipWidth,
})

Implementation

MultiSelectChipDisplay.none({
  this.items = const [],
  this.disabled = true,
  this.onTap,
  this.chipColor,
  this.alignment,
  this.decoration,
  this.textStyle,
  this.colorator,
  this.icon,
  this.shape,
  this.scroll = false,
  this.scrollBar,
  this.height,
  this.chipWidth,
});