IconButtonMatcher extension

Matchers for the properties of IconButton provided via Diagnosticable.debugFillProperties

on

Methods

hasColor(Color? value) WidgetMatcher<IconButton>
Expects that color of IconButton equals (==) value.
hasColorWhere(MatchProp<Color> match) WidgetMatcher<IconButton>
Expects that color of IconButton matches the condition in match.
hasDisabledColor(Color? value) WidgetMatcher<IconButton>
Expects that disabledColor of IconButton equals (==) value.
hasDisabledColorWhere(MatchProp<Color> match) WidgetMatcher<IconButton>
Expects that disabledColor of IconButton matches the condition in match.
hasFocusColor(Color? value) WidgetMatcher<IconButton>
Expects that focusColor of IconButton equals (==) value.
hasFocusColorWhere(MatchProp<Color> match) WidgetMatcher<IconButton>
Expects that focusColor of IconButton matches the condition in match.
hasFocusNode(FocusNode? value) WidgetMatcher<IconButton>
Expects that focusNode of IconButton equals (==) value.
hasFocusNodeWhere(MatchProp<FocusNode> match) WidgetMatcher<IconButton>
Expects that focusNode of IconButton matches the condition in match.
hasHighlightColor(Color? value) WidgetMatcher<IconButton>
Expects that highlightColor of IconButton equals (==) value.
hasHighlightColorWhere(MatchProp<Color> match) WidgetMatcher<IconButton>
Expects that highlightColor of IconButton matches the condition in match.
hasHoverColor(Color? value) WidgetMatcher<IconButton>
Expects that hoverColor of IconButton equals (==) value.
hasHoverColorWhere(MatchProp<Color> match) WidgetMatcher<IconButton>
Expects that hoverColor of IconButton matches the condition in match.
hasIcon(Widget? value) WidgetMatcher<IconButton>
Expects that icon of IconButton equals (==) value.
hasIconWhere(MatchProp<Widget> match) WidgetMatcher<IconButton>
Expects that icon of IconButton matches the condition in match.
hasPadding(EdgeInsetsGeometry? value) WidgetMatcher<IconButton>
Expects that padding of IconButton equals (==) value.
hasPaddingWhere(MatchProp<EdgeInsetsGeometry> match) WidgetMatcher<IconButton>
Expects that padding of IconButton matches the condition in match.
hasSplashColor(Color? value) WidgetMatcher<IconButton>
Expects that splashColor of IconButton equals (==) value.
hasSplashColorWhere(MatchProp<Color> match) WidgetMatcher<IconButton>
Expects that splashColor of IconButton matches the condition in match.
hasTooltip(String? value) WidgetMatcher<IconButton>
Expects that tooltip of IconButton equals (==) value.
hasTooltipWhere(MatchProp<String> match) WidgetMatcher<IconButton>
Expects that tooltip of IconButton matches the condition in match.