activePointerIds property

  1. @override
List<int> activePointerIds

The ids of all supported pointers that are currently interacting with the widget.

Implementation

@override

/// The ids of all supported pointers that are currently interacting with
/// the widget.
List<int> get activePointerIds;