DropDown constructor
const
DropDown({})
Implementation
const DropDown({
super.key,
required this.height,
required this.width,
required this.items,
this.controller,
this.menuMaxHeight,
});
const DropDown({
super.key,
required this.height,
required this.width,
required this.items,
this.controller,
this.menuMaxHeight,
});