zone method
Returns a TapTarget for a zone with zoneId.
Deprecated — use textLocation instead.
Implementation
@Deprecated('Use textLocation() instead')
TapTarget zone(String zoneId) => _ZoneTapTarget(zoneId);
Returns a TapTarget for a zone with zoneId.
Deprecated — use textLocation instead.
@Deprecated('Use textLocation() instead')
TapTarget zone(String zoneId) => _ZoneTapTarget(zoneId);