CarpenterSelect<T> constructor
const
CarpenterSelect<T> ({
- Key? key,
- required List<
CarpenterSelectItem< items,T> > - T? value,
- ValueChanged<
T?> ? onChanged, - bool isExpanded = false,
- bool compact = false,
- Widget? placeholder,
Implementation
const CarpenterSelect({
super.key,
required this.items,
this.value,
this.onChanged,
this.isExpanded = false,
this.compact = false,
this.placeholder,
});