isEmpty property

bool isEmpty

Returns true if nothing has been drawn yet.

Implementation

bool get isEmpty => _pathHistory.isEmpty;