gestureZones property

  1. @Deprecated('Zone-based dispatch is deprecated; use hit-testing instead')
List<String> get gestureZones

Returns all registered gesture zone IDs.

Deprecated — zone-based dispatch is being replaced by hit-testing.

Implementation

@Deprecated('Zone-based dispatch is deprecated; use hit-testing instead')
// ignore: deprecated_member_use_from_same_package
List<String> get gestureZones => _tester.gestureZoneIds;