isFilled property

bool get isFilled

Checks if something is drawn.

Implementation

bool get isFilled => _paths.isNotEmpty;