screens/quds_popup_menu library
Classes
- QudsPopupButton
- A button with radian ink splash effect.
- QudsPopupMenuBase
-
The base of the items of
QudsPopupMenu
- QudsPopupMenuDivider
- A divider to be inserted in the popup menu
- QudsPopupMenuItem
-
An item for
QudsPopupMenu
like ListTile - QudsPopupMenuSection
-
A Section of items in
QudsPopMenu
- QudsPopupMenuWidget
- Quds popup menu that holds a widget
Functions
-
showQudsPopupMenu(
{required BuildContext context, required List< QudsPopupMenuBase> items, Offset? startOffset, Offset? endOffset, Color? backgroundColor}) → void -
Show
QudsPopupMenu
from calling buttoncontext
the calling build context.items
the items to be shown in the menuuseRootNavigator
weather to use root navigatorbackgroundColor
the background of the popup menu