ApzDropdownField<T> constructor
const
ApzDropdownField<T> ({})
Implementation
const ApzDropdownField({
super.key,
required this.label,
required this.value,
required this.items,
required this.onChanged,
this.validator,
this.enabled = true,
this.defaultRequired = true,
this.isMandatory = false,
});