DropDownMenu constructor
const
DropDownMenu({})
Implementation
const DropDownMenu(
{Key? key,
required this.children,
this.height = 200,
this.milliseconds = 100,
required this.menuController})
: super(key: key);