MyDropDownMenu constructor
MyDropDownMenu({})
Implementation
MyDropDownMenu(
{Key? key,
this.initIdx = 0,
this.list,
this.onIdxChange,
this.textStyle,
this.height,
this.bgColor})
: super(key: key);