OpacitySelector extension

Allows filtering Opacity by the properties provided via Diagnosticable.debugFillProperties

on

Methods

whereAlwaysIncludeSemantics(MatchProp<bool> match) WidgetSelector<Opacity>
Creates a WidgetSelector that finds all Opacity where alwaysIncludeSemantics matches the condition.
whereOpacity(MatchProp<double> match) WidgetSelector<Opacity>
Creates a WidgetSelector that finds all Opacity where opacity matches the condition.
whereRenderObject(MatchProp<RenderOpacity> match) WidgetSelector<Opacity>
Creates a WidgetSelector that finds all Opacity where renderObject matches the condition.
withAlwaysIncludeSemantics(bool? value) WidgetSelector<Opacity>
Creates a WidgetSelector that finds all Opacity where alwaysIncludeSemantics equals (==) value.
withOpacity(double? value) WidgetSelector<Opacity>
Creates a WidgetSelector that finds all Opacity where opacity equals (==) value.
withRenderObject(RenderOpacity? value) WidgetSelector<Opacity>
Creates a WidgetSelector that finds all Opacity where renderObject equals (==) value.