isFilled property

bool isFilled

Checks if something is drawn.

Implementation

bool get isFilled => _paths.isNotEmpty;