FloatingActionButtonMatcher extension

Matchers for the properties of FloatingActionButton provided via Diagnosticable.debugFillProperties

on

Methods

hasBackgroundColor(Color? value) WidgetMatcher<FloatingActionButton>
Expects that backgroundColor of FloatingActionButton equals (==) value.
hasBackgroundColorWhere(MatchProp<Color> match) WidgetMatcher<FloatingActionButton>
Expects that backgroundColor of FloatingActionButton matches the condition in match.
hasDisabledElevation(double? value) WidgetMatcher<FloatingActionButton>
Expects that disabledElevation of FloatingActionButton equals (==) value.
hasDisabledElevationWhere(MatchProp<double> match) WidgetMatcher<FloatingActionButton>
Expects that disabledElevation of FloatingActionButton matches the condition in match.
hasElevation(double? value) WidgetMatcher<FloatingActionButton>
Expects that elevation of FloatingActionButton equals (==) value.
hasElevationWhere(MatchProp<double> match) WidgetMatcher<FloatingActionButton>
Expects that elevation of FloatingActionButton matches the condition in match.
hasFocusColor(Color? value) WidgetMatcher<FloatingActionButton>
Expects that focusColor of FloatingActionButton equals (==) value.
hasFocusColorWhere(MatchProp<Color> match) WidgetMatcher<FloatingActionButton>
Expects that focusColor of FloatingActionButton matches the condition in match.
hasFocusElevation(double? value) WidgetMatcher<FloatingActionButton>
Expects that focusElevation of FloatingActionButton equals (==) value.
hasFocusElevationWhere(MatchProp<double> match) WidgetMatcher<FloatingActionButton>
Expects that focusElevation of FloatingActionButton matches the condition in match.
hasFocusNode(FocusNode? value) WidgetMatcher<FloatingActionButton>
Expects that focusNode of FloatingActionButton equals (==) value.
hasFocusNodeWhere(MatchProp<FocusNode> match) WidgetMatcher<FloatingActionButton>
Expects that focusNode of FloatingActionButton matches the condition in match.
hasForegroundColor(Color? value) WidgetMatcher<FloatingActionButton>
Expects that foregroundColor of FloatingActionButton equals (==) value.
hasForegroundColorWhere(MatchProp<Color> match) WidgetMatcher<FloatingActionButton>
Expects that foregroundColor of FloatingActionButton matches the condition in match.
hasHeroTag(Object? value) WidgetMatcher<FloatingActionButton>
Expects that heroTag of FloatingActionButton equals (==) value.
hasHeroTagWhere(MatchProp<Object> match) WidgetMatcher<FloatingActionButton>
Expects that heroTag of FloatingActionButton matches the condition in match.
hasHighlightElevation(double? value) WidgetMatcher<FloatingActionButton>
Expects that highlightElevation of FloatingActionButton equals (==) value.
hasHighlightElevationWhere(MatchProp<double> match) WidgetMatcher<FloatingActionButton>
Expects that highlightElevation of FloatingActionButton matches the condition in match.
hasHoverColor(Color? value) WidgetMatcher<FloatingActionButton>
Expects that hoverColor of FloatingActionButton equals (==) value.
hasHoverColorWhere(MatchProp<Color> match) WidgetMatcher<FloatingActionButton>
Expects that hoverColor of FloatingActionButton matches the condition in match.
hasHoverElevation(double? value) WidgetMatcher<FloatingActionButton>
Expects that hoverElevation of FloatingActionButton equals (==) value.
hasHoverElevationWhere(MatchProp<double> match) WidgetMatcher<FloatingActionButton>
Expects that hoverElevation of FloatingActionButton matches the condition in match.
hasIsExtended(bool? value) WidgetMatcher<FloatingActionButton>
Expects that isExtended of FloatingActionButton equals (==) value.
hasIsExtendedWhere(MatchProp<bool> match) WidgetMatcher<FloatingActionButton>
Expects that isExtended of FloatingActionButton matches the condition in match.
hasMaterialTapTargetSize(MaterialTapTargetSize? value) WidgetMatcher<FloatingActionButton>
Expects that materialTapTargetSize of FloatingActionButton equals (==) value.
hasMaterialTapTargetSizeWhere(MatchProp<MaterialTapTargetSize> match) WidgetMatcher<FloatingActionButton>
Expects that materialTapTargetSize of FloatingActionButton matches the condition in match.
hasShape(ShapeBorder? value) WidgetMatcher<FloatingActionButton>
Expects that shape of FloatingActionButton equals (==) value.
hasShapeWhere(MatchProp<ShapeBorder> match) WidgetMatcher<FloatingActionButton>
Expects that shape of FloatingActionButton matches the condition in match.
hasSplashColor(Color? value) WidgetMatcher<FloatingActionButton>
Expects that splashColor of FloatingActionButton equals (==) value.
hasSplashColorWhere(MatchProp<Color> match) WidgetMatcher<FloatingActionButton>
Expects that splashColor of FloatingActionButton matches the condition in match.
hasTooltip(String? value) WidgetMatcher<FloatingActionButton>
Expects that tooltip of FloatingActionButton equals (==) value.
hasTooltipWhere(MatchProp<String> match) WidgetMatcher<FloatingActionButton>
Expects that tooltip of FloatingActionButton matches the condition in match.