SliderMatcher extension

Matchers for the properties of Slider provided via Diagnosticable.debugFillProperties

on

Methods

hasActiveColor(Color? value) WidgetMatcher<Slider>
Expects that activeColor of Slider equals (==) value.
hasActiveColorWhere(MatchProp<Color> match) WidgetMatcher<Slider>
Expects that activeColor of Slider matches the condition in match.
hasAutofocus(bool? value) WidgetMatcher<Slider>
Expects that autofocus of Slider equals (==) value.
hasAutofocusWhere(MatchProp<bool> match) WidgetMatcher<Slider>
Expects that autofocus of Slider matches the condition in match.
hasDivisions(int? value) WidgetMatcher<Slider>
Expects that divisions of Slider equals (==) value.
hasDivisionsWhere(MatchProp<int> match) WidgetMatcher<Slider>
Expects that divisions of Slider matches the condition in match.
hasFocusNode(FocusNode? value) WidgetMatcher<Slider>
Expects that focusNode of Slider equals (==) value.
hasFocusNodeWhere(MatchProp<FocusNode> match) WidgetMatcher<Slider>
Expects that focusNode of Slider matches the condition in match.
hasInactiveColor(Color? value) WidgetMatcher<Slider>
Expects that inactiveColor of Slider equals (==) value.
hasInactiveColorWhere(MatchProp<Color> match) WidgetMatcher<Slider>
Expects that inactiveColor of Slider matches the condition in match.
hasLabel(String? value) WidgetMatcher<Slider>
Expects that label of Slider equals (==) value.
hasLabelWhere(MatchProp<String> match) WidgetMatcher<Slider>
Expects that label of Slider matches the condition in match.
hasMax(double? value) WidgetMatcher<Slider>
Expects that max of Slider equals (==) value.
hasMaxWhere(MatchProp<double> match) WidgetMatcher<Slider>
Expects that max of Slider matches the condition in match.
hasMin(double? value) WidgetMatcher<Slider>
Expects that min of Slider equals (==) value.
hasMinWhere(MatchProp<double> match) WidgetMatcher<Slider>
Expects that min of Slider matches the condition in match.
hasSecondaryActiveColor(Color? value) WidgetMatcher<Slider>
Expects that secondaryActiveColor of Slider equals (==) value.
hasSecondaryActiveColorWhere(MatchProp<Color> match) WidgetMatcher<Slider>
Expects that secondaryActiveColor of Slider matches the condition in match.
hasSecondaryTrackValue(double? value) WidgetMatcher<Slider>
Expects that secondaryTrackValue of Slider equals (==) value.
hasSecondaryTrackValueWhere(MatchProp<double> match) WidgetMatcher<Slider>
Expects that secondaryTrackValue of Slider matches the condition in match.
hasValue(double? value) WidgetMatcher<Slider>
Expects that value of Slider equals (==) value.
hasValueWhere(MatchProp<double> match) WidgetMatcher<Slider>
Expects that value of Slider matches the condition in match.