GridViewMatcher extension

Matchers for the properties of GridView provided via Diagnosticable.debugFillProperties

on

Methods

hasController(ScrollController? value) WidgetMatcher<GridView>
Expects that controller of GridView equals (==) value.
hasControllerWhere(MatchProp<ScrollController> match) WidgetMatcher<GridView>
Expects that controller of GridView matches the condition in match.
hasPadding(EdgeInsetsGeometry? value) WidgetMatcher<GridView>
Expects that padding of GridView equals (==) value.
hasPaddingWhere(MatchProp<EdgeInsetsGeometry> match) WidgetMatcher<GridView>
Expects that padding of GridView matches the condition in match.
hasPhysics(ScrollPhysics? value) WidgetMatcher<GridView>
Expects that physics of GridView equals (==) value.
hasPhysicsWhere(MatchProp<ScrollPhysics> match) WidgetMatcher<GridView>
Expects that physics of GridView matches the condition in match.
hasPrimary(bool? value) WidgetMatcher<GridView>
Expects that primary of GridView equals (==) value.
hasPrimaryWhere(MatchProp<bool> match) WidgetMatcher<GridView>
Expects that primary of GridView matches the condition in match.
hasReverse(bool? value) WidgetMatcher<GridView>
Expects that reverse of GridView equals (==) value.
hasReverseWhere(MatchProp<bool> match) WidgetMatcher<GridView>
Expects that reverse of GridView matches the condition in match.
hasScrollDirection(Axis? value) WidgetMatcher<GridView>
Expects that scrollDirection of GridView equals (==) value.
hasScrollDirectionWhere(MatchProp<Axis> match) WidgetMatcher<GridView>
Expects that scrollDirection of GridView matches the condition in match.
hasShrinkWrap(bool? value) WidgetMatcher<GridView>
Expects that shrinkWrap of GridView equals (==) value.
hasShrinkWrapWhere(MatchProp<bool> match) WidgetMatcher<GridView>
Expects that shrinkWrap of GridView matches the condition in match.