SwitchSelector extension

Allows filtering Switch by the properties provided via Diagnosticable.debugFillProperties

on

Methods

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