MXDropDownMenu constructor
const
MXDropDownMenu({
- Key? key,
- double renderHeight = 400,
- MainAxisAlignment mainAxisAlignment = MainAxisAlignment.spaceBetween,
Implementation
const MXDropDownMenu(
{super.key,
required this.menuList,
this.renderHeight = 400,
this.mainAxisAlignment = MainAxisAlignment.spaceBetween});