RemitsoDropdownButton<T> constructor
const
RemitsoDropdownButton<T> ({
- Key? key,
- String? label,
- required T? value,
- required List<
DropdownMenuItem< items,T> > - required ValueChanged<
T?> onChanged, - String? hint,
- Widget? prefixIcon,
Implementation
const RemitsoDropdownButton({
super.key,
this.label,
required this.value,
required this.items,
required this.onChanged,
this.hint,
this.prefixIcon,
});