icon_button_extended

Last updated:

0 purchases

icon_button_extended Image
icon_button_extended Images
Add to Cart

Description:

icon button extended

Features #
Adds onLongPress and onLongHold to [IconButton].
Usage #
Check out the example app for more info.
IconButtonExtended(
onPressed: () {
/// increment on press
},
longHoldDebounce: const Duration(milliseconds: 200),
onLongHold: () {
/// increment every 200ms on long hold
},
icon: const Icon(Icons.add),
);
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.