isFilled property

bool get isFilled

Indicates whether any signature data has been drawn (i.e., if there are any completed paths).

Implementation

bool get isFilled => _paths.isNotEmpty;