SubZeroMultiselectConfig constructor

const SubZeroMultiselectConfig({
  1. bool showSelectAll = true,
  2. String selectAllLabel = 'All',
  3. SubZeroCheckboxSize size = SubZeroCheckboxSize.medium,
  4. double spacing = SubZeroSpacing.md,
  5. Color? activeColor,
  6. bool scrollable = false,
  7. double? maxHeight,
})

Implementation

const SubZeroMultiselectConfig({
  this.showSelectAll = true,
  this.selectAllLabel = 'All',
  this.size = SubZeroCheckboxSize.medium,
  this.spacing = SubZeroSpacing.md,
  this.activeColor,
  this.scrollable = false,
  this.maxHeight,
});