DigitReactiveDropdown<T> constructor
const
DigitReactiveDropdown<T> ({})
Implementation
const DigitReactiveDropdown({
super.key,
required this.label,
required this.menuItems,
required this.formControlName,
this.isRequired = false,
this.isDisabled = false,
required this.valueMapper,
this.initialValue,
this.onChanged,
this.validationMessages,
this.padding,
this.menuMaxHeight = 500,
});