RoundedDropDownButton<T> constructor
const
RoundedDropDownButton<T> ({
- Key? key,
- T? value,
- ValueChanged<
T?> ? onChanged, - bool isDense = false,
- bool isExpanded = false,
- TextStyle? style,
- DropdownButtonBuilder? selectedItemBuilder,
- List<
DropdownMenuItem< ? items,T> > - RoundedCornerOptions? roundedCornerOptions,
Implementation
const RoundedDropDownButton({
super.key,
this.value,
this.onChanged,
this.isDense = false,
this.isExpanded = false,
this.style,
this.selectedItemBuilder,
this.items,
this.roundedCornerOptions,
});