hasActivePath property

bool get hasActivePath

Indicates whether there is an active (unfinished) path being drawn.

Implementation

bool get hasActivePath => _activePath != null;