hasActivePath property
bool
get
hasActivePath
Indicates whether there is an active (unfinished) path being drawn.
Implementation
bool get hasActivePath => _activePath != null;
Indicates whether there is an active (unfinished) path being drawn.
bool get hasActivePath => _activePath != null;