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, bool useRootNavigator = false, Offset? startOffset, Offset? endOffset, Color? backgroundColor}) → void
Show QudsPopupMenu from calling button context the calling build context. items the items to be shown in the menu useRootNavigator weather to use root navigator backgroundColor the background of the popup menu