gesture method

  1. @Deprecated('Use textLocation() instead')
TapTarget gesture(
  1. int index
)

Returns the Nth gesture zone (0-indexed).

Deprecated — use textLocation instead.

Implementation

@Deprecated('Use textLocation() instead')
TapTarget gesture(int index) => _ZoneTapTarget('gesture-$index');