isDeterminate property

bool isDeterminate

Whether the progress circle is determinate or not

Implementation

bool get isDeterminate => value != null;