isFilled property

bool get isFilled

Indicates whether the path contains any drawn lines.

Implementation

bool get isFilled => _lines.isNotEmpty;