SelectFilterComponent constructor
const
SelectFilterComponent({})
Implementation
const SelectFilterComponent({
this.onChanged,
this.enabled,
this.menuItemData = const [],
required this.primaryColor,
this.labelText,
this.hintLabelSearch,
required this.titleText,
this.width,
this.initialValue,
Key? key,
}) : super(key: key);