Select<T> constructor
const
Select<T> ({
- Key? key,
- required SelectController<
T> controller, - void onSelected(
- T?
- List<
Pair< pairs = const [],T> > - String? placeholder,
- bool isResettable = false,
- SelectStyle selectStyle = SelectStyle.classic,
Implementation
const Select({
super.key,
required this.controller,
this.onSelected,
this.pairs = const [],
this.placeholder,
this.isResettable = false,
this.selectStyle = SelectStyle.classic,
});