WrapMatcher extension

Matchers for the properties of Wrap provided via Diagnosticable.debugFillProperties

on

Methods

hasAlignment(WrapAlignment? value) WidgetMatcher<Wrap>
Expects that alignment of Wrap equals (==) value.
hasAlignmentWhere(MatchProp<WrapAlignment> match) WidgetMatcher<Wrap>
Expects that alignment of Wrap matches the condition in match.
hasCrossAxisAlignment(WrapCrossAlignment? value) WidgetMatcher<Wrap>
Expects that crossAxisAlignment of Wrap equals (==) value.
hasCrossAxisAlignmentWhere(MatchProp<WrapCrossAlignment> match) WidgetMatcher<Wrap>
Expects that crossAxisAlignment of Wrap matches the condition in match.
hasDirection(Axis? value) WidgetMatcher<Wrap>
Expects that direction of Wrap equals (==) value.
hasDirectionWhere(MatchProp<Axis> match) WidgetMatcher<Wrap>
Expects that direction of Wrap matches the condition in match.
hasRenderObject(RenderWrap? value) WidgetMatcher<Wrap>
Expects that renderObject of Wrap equals (==) value.
hasRenderObjectWhere(MatchProp<RenderWrap> match) WidgetMatcher<Wrap>
Expects that renderObject of Wrap matches the condition in match.
hasRunAlignment(WrapAlignment? value) WidgetMatcher<Wrap>
Expects that runAlignment of Wrap equals (==) value.
hasRunAlignmentWhere(MatchProp<WrapAlignment> match) WidgetMatcher<Wrap>
Expects that runAlignment of Wrap matches the condition in match.
hasRunSpacing(double? value) WidgetMatcher<Wrap>
Expects that runSpacing of Wrap equals (==) value.
hasRunSpacingWhere(MatchProp<double> match) WidgetMatcher<Wrap>
Expects that runSpacing of Wrap matches the condition in match.
hasSpacing(double? value) WidgetMatcher<Wrap>
Expects that spacing of Wrap equals (==) value.
hasSpacingWhere(MatchProp<double> match) WidgetMatcher<Wrap>
Expects that spacing of Wrap matches the condition in match.
hasTextDirection(TextDirection? value) WidgetMatcher<Wrap>
Expects that textDirection of Wrap equals (==) value.
hasTextDirectionWhere(MatchProp<TextDirection> match) WidgetMatcher<Wrap>
Expects that textDirection of Wrap matches the condition in match.
hasVerticalDirection(VerticalDirection? value) WidgetMatcher<Wrap>
Expects that verticalDirection of Wrap equals (==) value.
hasVerticalDirectionWhere(MatchProp<VerticalDirection> match) WidgetMatcher<Wrap>
Expects that verticalDirection of Wrap matches the condition in match.