RoundedBorderedDropdown constructor
const
RoundedBorderedDropdown({
- Key? key,
- required String value,
- required List<
DropdownMenuItem< items,String> > - required ValueChanged<
String?> ? onChanged, - required String hintText,
Implementation
const RoundedBorderedDropdown({
super.key,
required this.value,
required this.items,
required this.onChanged,
required this.hintText,
});