HMMultiSelect constructor
const
HMMultiSelect({
- bool disabled = false,
- HMRadius? radius,
- bool? selectIconAtLeft,
- required List selectedValueList,
- Widget? selectIcon,
- BoxDecoration? selectPanelDecoration,
- TextStyle? selectedValueTextStyle,
- Color? selectedBgColor,
- bool isModalView = true,
- required List selectListItem,
- HMSelectSize? size,
- Color? selectIconColor,
- 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.selectedValueList,
this.selectIcon,
this.selectPanelDecoration,
this.selectedValueTextStyle,
this.selectedBgColor,
this.isModalView = true,
required this.selectListItem,
this.size,
this.selectIconColor,
required this.selectionPageTitle,
required this.onChanged,
super.key});