CustomSingleSelectField<T> constructor
CustomSingleSelectField<T> ({})
Implementation
CustomSingleSelectField({
Key? key,
required this.items,
required this.title,
required this.onSelectionDone,
this.width,
this.itemAsString,
this.decoration,
this.validator,
this.initialValue,
this.selectedItemColor = Colors.redAccent,
}) : super(key: key);