LinearProgressIndicatorSelector extension

Allows filtering LinearProgressIndicator by the properties provided via Diagnosticable.debugFillProperties

on

Methods

whereValue(MatchProp<double> match) WidgetSelector<LinearProgressIndicator>
Creates a WidgetSelector that finds all LinearProgressIndicator where value matches the condition.
withValue(double? value) WidgetSelector<LinearProgressIndicator>
Creates a WidgetSelector that finds all LinearProgressIndicator where value equals (==) value.