AFieldDropDown<T> constructor
const
AFieldDropDown<T> ({
- required List<
AOption< ? options,T> > - void onChanged(
- T?
- Key? key,
- bool readOnly = false,
- bool required = false,
- required String? label,
- required String identifier,
- bool searchable = false,
- bool loading = false,
- T? initialValue,
- int? flexible,
- bool expanded = false,
- EdgeInsets? margin,
- double height = 46,
- double? width,
- bool linkToAForm = true,
- VoidCallback? onSubmit,
- List<
ARule< ? customRules,T> > - EdgeInsets? padding,
- bool readonly = false,
Implementation
const AFieldDropDown({
required this.options,
super.onChanged,
super.key,
super.readOnly,
super.required,
required super.label,
required super.identifier,
this.searchable = false,
this.loading = false,
super.initialValue,
super.flexible,
super.expanded,
super.margin,
this.height = 46,
this.width,
this.menuFooter,
super.linkToAForm,
super.onSubmit,
super.customRules,
super.padding,
super.readonly,
});