QuickPopUpMenu constructor
QuickPopUpMenu({})
Implementation
QuickPopUpMenu({Key? key,
required this.child,
required this.menuItems,
required this.dataObj,
this.darkMode,
this.pressType,
this.useGridView,
this.showArrow,
})
: super(key: key);