RowMatcher extension

Matchers for the properties of Row provided via Diagnosticable.debugFillProperties

on

Methods

hasCrossAxisAlignment(CrossAxisAlignment? value) WidgetMatcher<Row>
Expects that crossAxisAlignment of Row equals (==) value.
hasCrossAxisAlignmentWhere(MatchProp<CrossAxisAlignment> match) WidgetMatcher<Row>
Expects that crossAxisAlignment of Row matches the condition in match.
hasDirection(Axis? value) WidgetMatcher<Row>
Expects that direction of Row equals (==) value.
hasDirectionWhere(MatchProp<Axis> match) WidgetMatcher<Row>
Expects that direction of Row matches the condition in match.
hasMainAxisAlignment(MainAxisAlignment? value) WidgetMatcher<Row>
Expects that mainAxisAlignment of Row equals (==) value.
hasMainAxisAlignmentWhere(MatchProp<MainAxisAlignment> match) WidgetMatcher<Row>
Expects that mainAxisAlignment of Row matches the condition in match.
hasMainAxisSize(MainAxisSize? value) WidgetMatcher<Row>
Expects that mainAxisSize of Row equals (==) value.
hasMainAxisSizeWhere(MatchProp<MainAxisSize> match) WidgetMatcher<Row>
Expects that mainAxisSize of Row matches the condition in match.
hasRenderObject(RenderFlex? value) WidgetMatcher<Row>
Expects that renderObject of Row equals (==) value.
hasRenderObjectWhere(MatchProp<RenderFlex> match) WidgetMatcher<Row>
Expects that renderObject of Row matches the condition in match.
hasTextBaseline(TextBaseline? value) WidgetMatcher<Row>
Expects that textBaseline of Row equals (==) value.
hasTextBaselineWhere(MatchProp<TextBaseline> match) WidgetMatcher<Row>
Expects that textBaseline of Row matches the condition in match.
hasTextDirection(TextDirection? value) WidgetMatcher<Row>
Expects that textDirection of Row equals (==) value.
hasTextDirectionWhere(MatchProp<TextDirection> match) WidgetMatcher<Row>
Expects that textDirection of Row matches the condition in match.
hasVerticalDirection(VerticalDirection? value) WidgetMatcher<Row>
Expects that verticalDirection of Row equals (==) value.
hasVerticalDirectionWhere(MatchProp<VerticalDirection> match) WidgetMatcher<Row>
Expects that verticalDirection of Row matches the condition in match.