popup_menu_2

Creator: coderz1093

Last updated:

0 purchases

popup_menu_2 Image
popup_menu_2 Images
Add to Cart

Description:

popup menu 2

Popup menu 2 #
SCREENSHOT


a pupup menu, for porpose not break the user attention
Supported Platforms:

ALL

Using the Popup menu 2
ContextualMenu(
key: keyState,
targetWidgetKey: key,
maxColumns: 2,
backgroundColor: Colors.red,
dismissOnClickAway: true,
items: [
ContextPopupMenuItem(
onTap: _incrementCounter,
child: const Icon(Icons.add, color: Colors.white),
),
ContextPopupMenuItem(
onTap: _decrementCounter,
child: const Icon(Icons.remove, color: Colors.white),
),
],
child: Icon(
Icons.add,
key: key,
color: Colors.white,
),
)

copied to clipboard
License #
Copyright (c) 2022, youmti.net
All rights reserved.
Redistribution and use in source and binary forms, with or without modification.
Checkout my other Packages you may like #

PowerGeojson
ConsoleLogger

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.