IconButtonSelector extension

Allows filtering IconButton by the properties provided via Diagnosticable.debugFillProperties

on

Methods

whereColor(MatchProp<Color> match) WidgetSelector<IconButton>
Creates a WidgetSelector that finds all IconButton where color matches the condition.
whereDisabledColor(MatchProp<Color> match) WidgetSelector<IconButton>
Creates a WidgetSelector that finds all IconButton where disabledColor matches the condition.
whereFocusColor(MatchProp<Color> match) WidgetSelector<IconButton>
Creates a WidgetSelector that finds all IconButton where focusColor matches the condition.
whereFocusNode(MatchProp<FocusNode> match) WidgetSelector<IconButton>
Creates a WidgetSelector that finds all IconButton where focusNode matches the condition.
whereHighlightColor(MatchProp<Color> match) WidgetSelector<IconButton>
Creates a WidgetSelector that finds all IconButton where highlightColor matches the condition.
whereHoverColor(MatchProp<Color> match) WidgetSelector<IconButton>
Creates a WidgetSelector that finds all IconButton where hoverColor matches the condition.
whereIcon(MatchProp<Widget> match) WidgetSelector<IconButton>
Creates a WidgetSelector that finds all IconButton where icon matches the condition.
wherePadding(MatchProp<EdgeInsetsGeometry> match) WidgetSelector<IconButton>
Creates a WidgetSelector that finds all IconButton where padding matches the condition.
whereSplashColor(MatchProp<Color> match) WidgetSelector<IconButton>
Creates a WidgetSelector that finds all IconButton where splashColor matches the condition.
whereTooltip(MatchProp<String> match) WidgetSelector<IconButton>
Creates a WidgetSelector that finds all IconButton where tooltip matches the condition.
withColor(Color? value) WidgetSelector<IconButton>
Creates a WidgetSelector that finds all IconButton where color equals (==) value.
withDisabledColor(Color? value) WidgetSelector<IconButton>
Creates a WidgetSelector that finds all IconButton where disabledColor equals (==) value.
withFocusColor(Color? value) WidgetSelector<IconButton>
Creates a WidgetSelector that finds all IconButton where focusColor equals (==) value.
withFocusNode(FocusNode? value) WidgetSelector<IconButton>
Creates a WidgetSelector that finds all IconButton where focusNode equals (==) value.
withHighlightColor(Color? value) WidgetSelector<IconButton>
Creates a WidgetSelector that finds all IconButton where highlightColor equals (==) value.
withHoverColor(Color? value) WidgetSelector<IconButton>
Creates a WidgetSelector that finds all IconButton where hoverColor equals (==) value.
withIcon(Widget? value) WidgetSelector<IconButton>
Creates a WidgetSelector that finds all IconButton where icon equals (==) value.
withPadding(EdgeInsetsGeometry? value) WidgetSelector<IconButton>
Creates a WidgetSelector that finds all IconButton where padding equals (==) value.
withSplashColor(Color? value) WidgetSelector<IconButton>
Creates a WidgetSelector that finds all IconButton where splashColor equals (==) value.
withTooltip(String? value) WidgetSelector<IconButton>
Creates a WidgetSelector that finds all IconButton where tooltip equals (==) value.