AdeptDropDown<T> constructor
AdeptDropDown<T> ({})
Constructor allows you to define styling and value properties.
Implementation
AdeptDropDown(
{super.key,
AdeptDropDownTheme? theme,
this.label = '',
this.hint = 'Select',
required this.valueNotifier,
required this.getList,
required this.getText,
this.canSlct,
this.onChanged,
this.itemWidget,
this.isRequired = false})
: theme = theme ?? AdeptDropDownTheme();