gesture method
Returns the Nth gesture zone (0-indexed).
Deprecated — use textLocation instead.
Implementation
@Deprecated('Use textLocation() instead')
TapTarget gesture(int index) => _ZoneTapTarget('gesture-$index');
Returns the Nth gesture zone (0-indexed).
Deprecated — use textLocation instead.
@Deprecated('Use textLocation() instead')
TapTarget gesture(int index) => _ZoneTapTarget('gesture-$index');