SizedBoxMatcher extension

Matchers for the properties of SizedBox provided via Diagnosticable.debugFillProperties

on

Methods

hasHeight(double? value) WidgetMatcher<SizedBox>
Expects that height of SizedBox equals (==) value.
hasHeightWhere(MatchProp<double> match) WidgetMatcher<SizedBox>
Expects that height of SizedBox matches the condition in match.
hasRenderObject(RenderConstrainedBox? value) WidgetMatcher<SizedBox>
Expects that renderObject of SizedBox equals (==) value.
hasRenderObjectWhere(MatchProp<RenderConstrainedBox> match) WidgetMatcher<SizedBox>
Expects that renderObject of SizedBox matches the condition in match.
hasWidth(double? value) WidgetMatcher<SizedBox>
Expects that width of SizedBox equals (==) value.
hasWidthWhere(MatchProp<double> match) WidgetMatcher<SizedBox>
Expects that width of SizedBox matches the condition in match.