ColumnMatcher extension

Matchers for the properties of Column provided via Diagnosticable.debugFillProperties

on

Methods

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