OpacityMatcher extension

Matchers for the properties of Opacity provided via Diagnosticable.debugFillProperties

on

Methods

hasAlwaysIncludeSemantics(bool? value) WidgetMatcher<Opacity>
Expects that alwaysIncludeSemantics of Opacity equals (==) value.
hasAlwaysIncludeSemanticsWhere(MatchProp<bool> match) WidgetMatcher<Opacity>
Expects that alwaysIncludeSemantics of Opacity matches the condition in match.
hasOpacity(double? value) WidgetMatcher<Opacity>
Expects that opacity of Opacity equals (==) value.
hasOpacityWhere(MatchProp<double> match) WidgetMatcher<Opacity>
Expects that opacity of Opacity matches the condition in match.
hasRenderObject(RenderOpacity? value) WidgetMatcher<Opacity>
Expects that renderObject of Opacity equals (==) value.
hasRenderObjectWhere(MatchProp<RenderOpacity> match) WidgetMatcher<Opacity>
Expects that renderObject of Opacity matches the condition in match.