Last updated:
0 purchases
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.