HMMultiSelect constructor
const
HMMultiSelect({
- bool disabled = false,
- HMRadius? radius,
- bool? selectIconAtLeft,
- required List selectedValues,
- Widget? inputIcon,
- Widget? selectIcon,
- Color? selectedBgColor,
- Color? overlayColor,
- BoxDecoration? selectPanelDecoration,
- TextStyle? selectedValueTextStyle,
- Color? fillColor,
- Widget? closeIcon,
- required void onSelectedValuePressed(
- int index
- String? hintText,
- Axis direction = Axis.horizontal,
- double? modalRadius,
- bool isModalView = true,
- bool hasDivider = true,
- required List selectListItem,
- HMSelectSize? size,
- Color? selectIconColor,
- Color? chipColor,
- required Widget selectionPageTitle,
- required void onChanged(
- List value
- Key? key,
Implementation
const HMMultiSelect(
{this.disabled = false,
this.hidden = false,
this.radius,
this.selectIconAtLeft,
required this.selectedValues,
this.inputIcon,
this.selectIcon,
this.selectedBgColor,
this.overlayColor,
this.selectPanelDecoration,
this.selectedValueTextStyle,
this.fillColor,
this.closeIcon,
required this.onSelectedValuePressed,
this.hintText,
this.direction = Axis.horizontal,
this.modalRadius,
this.isModalView = true,
this.hasDivider = true,
required this.selectListItem,
this.size,
this.selectIconColor,
this.chipColor,
required this.selectionPageTitle,
required this.onChanged,
super.key});