IconSelector extension

Allows filtering Icon by the properties provided via Diagnosticable.debugFillProperties

on

Methods

whereColor(MatchProp<Color> match) WidgetSelector<Icon>
Creates a WidgetSelector that finds all Icon where color matches the condition.
whereFill(MatchProp<double> match) WidgetSelector<Icon>
Creates a WidgetSelector that finds all Icon where fill matches the condition.
whereGrade(MatchProp<double> match) WidgetSelector<Icon>
Creates a WidgetSelector that finds all Icon where grade matches the condition.
whereIcon(MatchProp<IconData> match) WidgetSelector<Icon>
Creates a WidgetSelector that finds all Icon where icon matches the condition.
whereOpticalSize(MatchProp<double> match) WidgetSelector<Icon>
Creates a WidgetSelector that finds all Icon where opticalSize matches the condition.
whereSemanticLabel(MatchProp<String> match) WidgetSelector<Icon>
Creates a WidgetSelector that finds all Icon where semanticLabel matches the condition.
whereShadows(MatchProp<Shadow> match) WidgetSelector<Icon>
Creates a WidgetSelector that finds all Icon where shadows matches the condition.
whereSize(MatchProp<double> match) WidgetSelector<Icon>
Creates a WidgetSelector that finds all Icon where size matches the condition.
whereTextDirection(MatchProp<TextDirection> match) WidgetSelector<Icon>
Creates a WidgetSelector that finds all Icon where textDirection matches the condition.
whereWeight(MatchProp<double> match) WidgetSelector<Icon>
Creates a WidgetSelector that finds all Icon where weight matches the condition.
withColor(Color? value) WidgetSelector<Icon>
Creates a WidgetSelector that finds all Icon where color equals (==) value.
withFill(double? value) WidgetSelector<Icon>
Creates a WidgetSelector that finds all Icon where fill equals (==) value.
withGrade(double? value) WidgetSelector<Icon>
Creates a WidgetSelector that finds all Icon where grade equals (==) value.
withIcon(IconData? value) WidgetSelector<Icon>
Creates a WidgetSelector that finds all Icon where icon equals (==) value.
withOpticalSize(double? value) WidgetSelector<Icon>
Creates a WidgetSelector that finds all Icon where opticalSize equals (==) value.
withSemanticLabel(String? value) WidgetSelector<Icon>
Creates a WidgetSelector that finds all Icon where semanticLabel equals (==) value.
withShadows(Shadow? value) WidgetSelector<Icon>
Creates a WidgetSelector that finds all Icon where shadows equals (==) value.
withSize(double? value) WidgetSelector<Icon>
Creates a WidgetSelector that finds all Icon where size equals (==) value.
withTextDirection(TextDirection? value) WidgetSelector<Icon>
Creates a WidgetSelector that finds all Icon where textDirection equals (==) value.
withWeight(double? value) WidgetSelector<Icon>
Creates a WidgetSelector that finds all Icon where weight equals (==) value.