isFilled property
bool
get
isFilled
Indicates whether the path contains any drawn lines.
Implementation
bool get isFilled => _lines.isNotEmpty;
Indicates whether the path contains any drawn lines.
bool get isFilled => _lines.isNotEmpty;