isDown property

bool get isDown

Returns true if pointer is currently down.

Implementation

bool get isDown => _isDown;