ConstrainedBoxMatcher extension

Matchers for the properties of ConstrainedBox provided via Diagnosticable.debugFillProperties

on

Methods

hasConstraints(BoxConstraints? value) WidgetMatcher<ConstrainedBox>
Expects that constraints of ConstrainedBox equals (==) value.
hasConstraintsWhere(MatchProp<BoxConstraints> match) WidgetMatcher<ConstrainedBox>
Expects that constraints of ConstrainedBox matches the condition in match.
hasRenderObject(RenderConstrainedBox? value) WidgetMatcher<ConstrainedBox>
Expects that renderObject of ConstrainedBox equals (==) value.
hasRenderObjectWhere(MatchProp<RenderConstrainedBox> match) WidgetMatcher<ConstrainedBox>
Expects that renderObject of ConstrainedBox matches the condition in match.