CircularProgressIndicatorSelector extension

Allows filtering CircularProgressIndicator by the properties provided via Diagnosticable.debugFillProperties

on

Methods

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