LinearProgressIndicatorMatcher extension

Matchers for the properties of LinearProgressIndicator provided via Diagnosticable.debugFillProperties

on

Methods

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