WrapSelector extension

Allows filtering Wrap by the properties provided via Diagnosticable.debugFillProperties

on

Methods

whereAlignment(MatchProp<WrapAlignment> match) WidgetSelector<Wrap>
Creates a WidgetSelector that finds all Wrap where alignment matches the condition.
whereCrossAxisAlignment(MatchProp<WrapCrossAlignment> match) WidgetSelector<Wrap>
Creates a WidgetSelector that finds all Wrap where crossAxisAlignment matches the condition.
whereDirection(MatchProp<Axis> match) WidgetSelector<Wrap>
Creates a WidgetSelector that finds all Wrap where direction matches the condition.
whereRenderObject(MatchProp<RenderWrap> match) WidgetSelector<Wrap>
Creates a WidgetSelector that finds all Wrap where renderObject matches the condition.
whereRunAlignment(MatchProp<WrapAlignment> match) WidgetSelector<Wrap>
Creates a WidgetSelector that finds all Wrap where runAlignment matches the condition.
whereRunSpacing(MatchProp<double> match) WidgetSelector<Wrap>
Creates a WidgetSelector that finds all Wrap where runSpacing matches the condition.
whereSpacing(MatchProp<double> match) WidgetSelector<Wrap>
Creates a WidgetSelector that finds all Wrap where spacing matches the condition.
whereTextDirection(MatchProp<TextDirection> match) WidgetSelector<Wrap>
Creates a WidgetSelector that finds all Wrap where textDirection matches the condition.
whereVerticalDirection(MatchProp<VerticalDirection> match) WidgetSelector<Wrap>
Creates a WidgetSelector that finds all Wrap where verticalDirection matches the condition.
withAlignment(WrapAlignment? value) WidgetSelector<Wrap>
Creates a WidgetSelector that finds all Wrap where alignment equals (==) value.
withCrossAxisAlignment(WrapCrossAlignment? value) WidgetSelector<Wrap>
Creates a WidgetSelector that finds all Wrap where crossAxisAlignment equals (==) value.
withDirection(Axis? value) WidgetSelector<Wrap>
Creates a WidgetSelector that finds all Wrap where direction equals (==) value.
withRenderObject(RenderWrap? value) WidgetSelector<Wrap>
Creates a WidgetSelector that finds all Wrap where renderObject equals (==) value.
withRunAlignment(WrapAlignment? value) WidgetSelector<Wrap>
Creates a WidgetSelector that finds all Wrap where runAlignment equals (==) value.
withRunSpacing(double? value) WidgetSelector<Wrap>
Creates a WidgetSelector that finds all Wrap where runSpacing equals (==) value.
withSpacing(double? value) WidgetSelector<Wrap>
Creates a WidgetSelector that finds all Wrap where spacing equals (==) value.
withTextDirection(TextDirection? value) WidgetSelector<Wrap>
Creates a WidgetSelector that finds all Wrap where textDirection equals (==) value.
withVerticalDirection(VerticalDirection? value) WidgetSelector<Wrap>
Creates a WidgetSelector that finds all Wrap where verticalDirection equals (==) value.