MXDropDownMenu constructor

const MXDropDownMenu({
  1. Key? key,
  2. required List<DropDownMenuItemController> menuList,
  3. double renderHeight = 400,
  4. MainAxisAlignment mainAxisAlignment = MainAxisAlignment.spaceBetween,
})

Implementation

const MXDropDownMenu(
    {super.key,
    required this.menuList,
    this.renderHeight = 400,
    this.mainAxisAlignment = MainAxisAlignment.spaceBetween});