GridViewSelector extension

Allows filtering GridView by the properties provided via Diagnosticable.debugFillProperties

on

Methods

whereController(MatchProp<ScrollController> match) WidgetSelector<GridView>
Creates a WidgetSelector that finds all GridView where controller matches the condition.
wherePadding(MatchProp<EdgeInsetsGeometry> match) WidgetSelector<GridView>
Creates a WidgetSelector that finds all GridView where padding matches the condition.
wherePhysics(MatchProp<ScrollPhysics> match) WidgetSelector<GridView>
Creates a WidgetSelector that finds all GridView where physics matches the condition.
wherePrimary(MatchProp<bool> match) WidgetSelector<GridView>
Creates a WidgetSelector that finds all GridView where primary matches the condition.
whereReverse(MatchProp<bool> match) WidgetSelector<GridView>
Creates a WidgetSelector that finds all GridView where reverse matches the condition.
whereScrollDirection(MatchProp<Axis> match) WidgetSelector<GridView>
Creates a WidgetSelector that finds all GridView where scrollDirection matches the condition.
whereShrinkWrap(MatchProp<bool> match) WidgetSelector<GridView>
Creates a WidgetSelector that finds all GridView where shrinkWrap matches the condition.
withController(ScrollController? value) WidgetSelector<GridView>
Creates a WidgetSelector that finds all GridView where controller equals (==) value.
withPadding(EdgeInsetsGeometry? value) WidgetSelector<GridView>
Creates a WidgetSelector that finds all GridView where padding equals (==) value.
withPhysics(ScrollPhysics? value) WidgetSelector<GridView>
Creates a WidgetSelector that finds all GridView where physics equals (==) value.
withPrimary(bool? value) WidgetSelector<GridView>
Creates a WidgetSelector that finds all GridView where primary equals (==) value.
withReverse(bool? value) WidgetSelector<GridView>
Creates a WidgetSelector that finds all GridView where reverse equals (==) value.
withScrollDirection(Axis? value) WidgetSelector<GridView>
Creates a WidgetSelector that finds all GridView where scrollDirection equals (==) value.
withShrinkWrap(bool? value) WidgetSelector<GridView>
Creates a WidgetSelector that finds all GridView where shrinkWrap equals (==) value.