isIndeterminate property
bool
get
isIndeterminate
是否是无进度类型
Implementation
bool get isIndeterminate => progressType == ProgressType.indeterminate;
是否是无进度类型
bool get isIndeterminate => progressType == ProgressType.indeterminate;