ColumnSelector extension

Allows filtering Column by the properties provided via Diagnosticable.debugFillProperties

on

Methods

whereCrossAxisAlignment(MatchProp<CrossAxisAlignment> match) WidgetSelector<Column>
Creates a WidgetSelector that finds all Column where crossAxisAlignment matches the condition.
whereDirection(MatchProp<Axis> match) WidgetSelector<Column>
Creates a WidgetSelector that finds all Column where direction matches the condition.
whereMainAxisAlignment(MatchProp<MainAxisAlignment> match) WidgetSelector<Column>
Creates a WidgetSelector that finds all Column where mainAxisAlignment matches the condition.
whereMainAxisSize(MatchProp<MainAxisSize> match) WidgetSelector<Column>
Creates a WidgetSelector that finds all Column where mainAxisSize matches the condition.
whereRenderObject(MatchProp<RenderFlex> match) WidgetSelector<Column>
Creates a WidgetSelector that finds all Column where renderObject matches the condition.
whereTextBaseline(MatchProp<TextBaseline> match) WidgetSelector<Column>
Creates a WidgetSelector that finds all Column where textBaseline matches the condition.
whereTextDirection(MatchProp<TextDirection> match) WidgetSelector<Column>
Creates a WidgetSelector that finds all Column where textDirection matches the condition.
whereVerticalDirection(MatchProp<VerticalDirection> match) WidgetSelector<Column>
Creates a WidgetSelector that finds all Column where verticalDirection matches the condition.
withCrossAxisAlignment(CrossAxisAlignment? value) WidgetSelector<Column>
Creates a WidgetSelector that finds all Column where crossAxisAlignment equals (==) value.
withDirection(Axis? value) WidgetSelector<Column>
Creates a WidgetSelector that finds all Column where direction equals (==) value.
withMainAxisAlignment(MainAxisAlignment? value) WidgetSelector<Column>
Creates a WidgetSelector that finds all Column where mainAxisAlignment equals (==) value.
withMainAxisSize(MainAxisSize? value) WidgetSelector<Column>
Creates a WidgetSelector that finds all Column where mainAxisSize equals (==) value.
withRenderObject(RenderFlex? value) WidgetSelector<Column>
Creates a WidgetSelector that finds all Column where renderObject equals (==) value.
withTextBaseline(TextBaseline? value) WidgetSelector<Column>
Creates a WidgetSelector that finds all Column where textBaseline equals (==) value.
withTextDirection(TextDirection? value) WidgetSelector<Column>
Creates a WidgetSelector that finds all Column where textDirection equals (==) value.
withVerticalDirection(VerticalDirection? value) WidgetSelector<Column>
Creates a WidgetSelector that finds all Column where verticalDirection equals (==) value.