on_pressed

Last updated:

0 purchases

on_pressed Image
on_pressed Images
Add to Cart

Description:

on pressed

On Pressed #
Package to make any widget clickable easily.
How #
Rather than dealing with wrapping the text in another widget, just add .onPressed to any widget and make it clickable easily.
Text("Click Me").onPressed((){
print('I was clicked')
});
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.