isBoxProgress property
bool
get
isBoxProgress
是否为圆形或矩形进度
Implementation
bool get isBoxProgress => this is CircularProgress||this is RectangleProgress || this is PolygonProgress;
是否为圆形或矩形进度
bool get isBoxProgress => this is CircularProgress||this is RectangleProgress || this is PolygonProgress;