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