RowSelector extension

Allows filtering Row by the properties provided via Diagnosticable.debugFillProperties

on

Methods

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