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