ImageSelector extension

Allows filtering Image by the properties provided via Diagnosticable.debugFillProperties

on

Methods

whereAlignment(MatchProp<AlignmentGeometry> match) WidgetSelector<Image>
Creates a WidgetSelector that finds all Image where alignment matches the condition.
whereCenterSlice(MatchProp<Rect> match) WidgetSelector<Image>
Creates a WidgetSelector that finds all Image where centerSlice matches the condition.
whereColor(MatchProp<Color> match) WidgetSelector<Image>
Creates a WidgetSelector that finds all Image where color matches the condition.
whereColorBlendMode(MatchProp<BlendMode> match) WidgetSelector<Image>
Creates a WidgetSelector that finds all Image where colorBlendMode matches the condition.
whereExcludeFromSemantics(MatchProp<bool> match) WidgetSelector<Image>
Creates a WidgetSelector that finds all Image where excludeFromSemantics matches the condition.
whereFilterQuality(MatchProp<FilterQuality> match) WidgetSelector<Image>
Creates a WidgetSelector that finds all Image where filterQuality matches the condition.
whereFit(MatchProp<BoxFit> match) WidgetSelector<Image>
Creates a WidgetSelector that finds all Image where fit matches the condition.
whereFrameBuilder(MatchProp<Function> match) WidgetSelector<Image>
Creates a WidgetSelector that finds all Image where frameBuilder matches the condition.
whereHeight(MatchProp<double> match) WidgetSelector<Image>
Creates a WidgetSelector that finds all Image where height matches the condition.
whereImage(MatchProp<ImageProvider<Object>> match) WidgetSelector<Image>
Creates a WidgetSelector that finds all Image where image matches the condition.
whereLoadingBuilder(MatchProp<Function> match) WidgetSelector<Image>
Creates a WidgetSelector that finds all Image where loadingBuilder matches the condition.
whereMatchTextDirection(MatchProp<bool> match) WidgetSelector<Image>
Creates a WidgetSelector that finds all Image where matchTextDirection matches the condition.
whereOpacity(MatchProp<Animation<double>?> match) WidgetSelector<Image>
Creates a WidgetSelector that finds all Image where opacity matches the condition.
whereRepeat(MatchProp<ImageRepeat> match) WidgetSelector<Image>
Creates a WidgetSelector that finds all Image where repeat matches the condition.
whereSemanticLabel(MatchProp<String> match) WidgetSelector<Image>
Creates a WidgetSelector that finds all Image where semanticLabel matches the condition.
whereWidth(MatchProp<double> match) WidgetSelector<Image>
Creates a WidgetSelector that finds all Image where width matches the condition.
withAlignment(AlignmentGeometry? value) WidgetSelector<Image>
Creates a WidgetSelector that finds all Image where alignment equals (==) value.
withCenterSlice(Rect? value) WidgetSelector<Image>
Creates a WidgetSelector that finds all Image where centerSlice equals (==) value.
withColor(Color? value) WidgetSelector<Image>
Creates a WidgetSelector that finds all Image where color equals (==) value.
withColorBlendMode(BlendMode? value) WidgetSelector<Image>
Creates a WidgetSelector that finds all Image where colorBlendMode equals (==) value.
withExcludeFromSemantics(bool? value) WidgetSelector<Image>
Creates a WidgetSelector that finds all Image where excludeFromSemantics equals (==) value.
withFilterQuality(FilterQuality? value) WidgetSelector<Image>
Creates a WidgetSelector that finds all Image where filterQuality equals (==) value.
withFit(BoxFit? value) WidgetSelector<Image>
Creates a WidgetSelector that finds all Image where fit equals (==) value.
withFrameBuilder(Function? value) WidgetSelector<Image>
Creates a WidgetSelector that finds all Image where frameBuilder equals (==) value.
withHeight(double? value) WidgetSelector<Image>
Creates a WidgetSelector that finds all Image where height equals (==) value.
withImage(ImageProvider<Object>? value) WidgetSelector<Image>
Creates a WidgetSelector that finds all Image where image equals (==) value.
withLoadingBuilder(Function? value) WidgetSelector<Image>
Creates a WidgetSelector that finds all Image where loadingBuilder equals (==) value.
withMatchTextDirection(bool? value) WidgetSelector<Image>
Creates a WidgetSelector that finds all Image where matchTextDirection equals (==) value.
withOpacity(Animation<double>? value) WidgetSelector<Image>
Creates a WidgetSelector that finds all Image where opacity equals (==) value.
withRepeat(ImageRepeat? value) WidgetSelector<Image>
Creates a WidgetSelector that finds all Image where repeat equals (==) value.
withSemanticLabel(String? value) WidgetSelector<Image>
Creates a WidgetSelector that finds all Image where semanticLabel equals (==) value.
withWidth(double? value) WidgetSelector<Image>
Creates a WidgetSelector that finds all Image where width equals (==) value.