deep_menu

Creator: coderz1093

Last updated:

0 purchases

deep_menu Image
deep_menu Images

Languages

Categories

Add to Cart

Description:

deep menu

Features #
Opens menu after a long press. Supports the top and bottom menus.
Demo #

Usage #
DeepMenu(
child: Card(
child: Padding(
padding: EdgeInsets.all(10),
child: Text("Message!"),
)),
),
bodyMenu: Column(
children: [
ElevatedButton(onPressed: () {
Navigator.of(context).pop();
}, child: Text("Save"))
],
),
headMenu: Column(
children: [
ElevatedButton(onPressed: () {
Navigator.of(context).pop();
}, child: Text("Remove"))
],
),
)
copied to clipboard

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.