StandardDropdownMenu<T> constructor
const
StandardDropdownMenu<T> ({})
Implementation
const StandardDropdownMenu({
super.key,
required this.options,
this.placeholderText,
this.onChanged,
this.initialValue,
this.width,
this.onClear,
this.enabled = true,
this.helperText,
this.leadingIcon,
this.validator,
this.hasError = false,
this.errorText,
});