StaticDataMultiSelectDropDown constructor
const
StaticDataMultiSelectDropDown({
- Key? key,
- List<
CustomDropDownModel> selectedValue = const [], - required List<
CustomDropDownModel> listOfValues, - dynamic selectedCallBack()?,
Implementation
const StaticDataMultiSelectDropDown(
{super.key,
this.selectedValue = const [],
required this.listOfValues,
this.selectedCallBack});