activePointer property

int? activePointer

Implementation

int? get activePointer => _pointers.length > 0 ? _pointers.first : null;