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