tapReactParams property

TapReactParams? tapReactParams
final

React to only tap events.

This will still work with widgets that absorb tap events like buttons and text fields; however, FocusReactParams is still preferred over this for text fields.

Implementation

final TapReactParams? tapReactParams;