WidgetTap extension
Widget extension to add onTap functionality to any widget.
- on
Methods
-
onTap(
VoidCallback onTap) → Widget -
Available on Widget, provided by the WidgetTap extension
Wraps the widget with anInkWell
to provide onTap functionality.