CircularProgressIndicatorMatcher extension

Matchers for the properties of CircularProgressIndicator provided via Diagnosticable.debugFillProperties

on

Methods

hasValue(double? value) WidgetMatcher<CircularProgressIndicator>
Expects that value of CircularProgressIndicator equals (==) value.
hasValueWhere(MatchProp<double> match) WidgetMatcher<CircularProgressIndicator>
Expects that value of CircularProgressIndicator matches the condition in match.