gestureZoneIds property
- @Deprecated('Zone-based dispatch is deprecated; use hit-testing instead')
Returns all gesture zone IDs currently registered.
Deprecated — always empty.
Implementation
@Deprecated('Zone-based dispatch is deprecated; use hit-testing instead')
List<String> get gestureZoneIds => const <String>[];