peek_and_pop_dialog

Creator: coderz1093

Last updated:

0 purchases

peek_and_pop_dialog Image
peek_and_pop_dialog Images
Add to Cart

Description:

peek and pop dialog

peek_and_pop_dialog #
A Flutter Widget that shows a dialog on LongPressStart and Hides on LongPressEnd.
Usage #
You just have to wrap the widget with PeekAndPopDialog Widget and don't forget the Dialog widget
return PeekAndPopDialog(
child: Container(
child: Text("Some Widget"),
),
dialog: Container(
child: Text("The Dialog Widget"),
color: Colors.yellow,
height: 150.0,
width: 150.0,
),
);
copied to clipboard
Demo

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.