AnyTextSelector extension

Allows filtering AnyText by the properties provided via Diagnosticable.debugFillProperties

on

Methods

whereFontBackground(MatchProp<Paint> match) WidgetSelector<AnyText>
Creates a WidgetSelector that finds all AnyText where fontBackground matches the condition.
whereFontBackgroundColor(MatchProp<Color> match) WidgetSelector<AnyText>
Creates a WidgetSelector that finds all AnyText where fontBackgroundColor matches the condition.
whereFontBaseline(MatchProp<TextBaseline> match) WidgetSelector<AnyText>
Creates a WidgetSelector that finds all AnyText where fontBaseline matches the condition.
whereFontColor(MatchProp<Color> match) WidgetSelector<AnyText>
Creates a WidgetSelector that finds all AnyText where fontColor matches the condition.
whereFontFamily(MatchProp<String> match) WidgetSelector<AnyText>
Creates a WidgetSelector that finds all AnyText where fontFamily matches the condition.
whereFontFamilyFallback(MatchProp<String> match) WidgetSelector<AnyText>
Creates a WidgetSelector that finds all AnyText where fontFamilyFallback matches the condition.
whereFontForeground(MatchProp<Paint> match) WidgetSelector<AnyText>
Creates a WidgetSelector that finds all AnyText where fontForeground matches the condition.
whereFontHeight(MatchProp<double> match) WidgetSelector<AnyText>
Creates a WidgetSelector that finds all AnyText where fontHeight matches the condition.
whereFontInherit(MatchProp<bool> match) WidgetSelector<AnyText>
Creates a WidgetSelector that finds all AnyText where fontInherit matches the condition.
whereFontLeadingDistribution(MatchProp<TextLeadingDistribution> match) WidgetSelector<AnyText>
Creates a WidgetSelector that finds all AnyText where fontLeadingDistribution matches the condition.
whereFontLetterSpacing(MatchProp<double> match) WidgetSelector<AnyText>
Creates a WidgetSelector that finds all AnyText where fontLetterSpacing matches the condition.
whereFontLocale(MatchProp<Locale> match) WidgetSelector<AnyText>
Creates a WidgetSelector that finds all AnyText where fontLocale matches the condition.
whereFontSize(MatchProp<double> match) WidgetSelector<AnyText>
Creates a WidgetSelector that finds all AnyText where fontSize matches the condition.
whereFontStyle(MatchProp<FontStyle> match) WidgetSelector<AnyText>
Creates a WidgetSelector that finds all AnyText where fontStyle matches the condition.
whereFontWeight(MatchProp<FontWeight> match) WidgetSelector<AnyText>
Creates a WidgetSelector that finds all AnyText where fontWeight matches the condition.
whereFontWordSpacing(MatchProp<double> match) WidgetSelector<AnyText>
Creates a WidgetSelector that finds all AnyText where fontWordSpacing matches the condition.
whereInherit(MatchProp<bool> match) WidgetSelector<AnyText>
Creates a WidgetSelector that finds all AnyText where inherit matches the condition.
whereLocale(MatchProp<Locale> match) WidgetSelector<AnyText>
Creates a WidgetSelector that finds all AnyText where locale matches the condition.
whereMaxLines(MatchProp<int> match) WidgetSelector<AnyText>
Creates a WidgetSelector that finds all AnyText where maxLines matches the condition.
whereMinLines(MatchProp<int> match) WidgetSelector<AnyText>
Creates a WidgetSelector that finds all AnyText where minLines matches the condition.
whereOverflow(MatchProp<TextOverflow> match) WidgetSelector<AnyText>
Creates a WidgetSelector that finds all AnyText where overflow matches the condition.
whereSelectionColor(MatchProp<Color> match) WidgetSelector<AnyText>
Creates a WidgetSelector that finds all AnyText where selectionColor matches the condition.
whereSoftWrap(MatchProp<bool> match) WidgetSelector<AnyText>
Creates a WidgetSelector that finds all AnyText where softWrap matches the condition.
whereText(MatchProp<String> match) WidgetSelector<AnyText>
Creates a WidgetSelector that finds all AnyText where text matches the condition.
whereTextAlign(MatchProp<TextAlign> match) WidgetSelector<AnyText>
Creates a WidgetSelector that finds all AnyText where textAlign matches the condition.
whereTextDirection(MatchProp<TextDirection> match) WidgetSelector<AnyText>
Creates a WidgetSelector that finds all AnyText where textDirection matches the condition.
withFontBackground(Paint? value) WidgetSelector<AnyText>
Creates a WidgetSelector that finds all AnyText where fontBackground equals (==) value.
withFontBackgroundColor(Color? value) WidgetSelector<AnyText>
Creates a WidgetSelector that finds all AnyText where fontBackgroundColor equals (==) value.
withFontBaseline(TextBaseline? value) WidgetSelector<AnyText>
Creates a WidgetSelector that finds all AnyText where fontBaseline equals (==) value.
withFontColor(Color? value) WidgetSelector<AnyText>
Creates a WidgetSelector that finds all AnyText where fontColor equals (==) value.
withFontFamily(String? value) WidgetSelector<AnyText>
Creates a WidgetSelector that finds all AnyText where fontFamily equals (==) value.
withFontFamilyFallback(String? value) WidgetSelector<AnyText>
Creates a WidgetSelector that finds all AnyText where fontFamilyFallback equals (==) value.
withFontForeground(Paint? value) WidgetSelector<AnyText>
Creates a WidgetSelector that finds all AnyText where fontForeground equals (==) value.
withFontHeight(double? value) WidgetSelector<AnyText>
Creates a WidgetSelector that finds all AnyText where fontHeight equals (==) value.
withFontInherit(bool? value) WidgetSelector<AnyText>
Creates a WidgetSelector that finds all AnyText where fontInherit equals (==) value.
withFontLeadingDistribution(TextLeadingDistribution? value) WidgetSelector<AnyText>
Creates a WidgetSelector that finds all AnyText where fontLeadingDistribution equals (==) value.
withFontLetterSpacing(double? value) WidgetSelector<AnyText>
Creates a WidgetSelector that finds all AnyText where fontLetterSpacing equals (==) value.
withFontLocale(Locale? value) WidgetSelector<AnyText>
Creates a WidgetSelector that finds all AnyText where fontLocale equals (==) value.
withFontSize(double? value) WidgetSelector<AnyText>
Creates a WidgetSelector that finds all AnyText where fontSize equals (==) value.
withFontStyle(FontStyle? value) WidgetSelector<AnyText>
Creates a WidgetSelector that finds all AnyText where fontStyle equals (==) value.
withFontWeight(FontWeight? value) WidgetSelector<AnyText>
Creates a WidgetSelector that finds all AnyText where fontWeight equals (==) value.
withFontWordSpacing(double? value) WidgetSelector<AnyText>
Creates a WidgetSelector that finds all AnyText where fontWordSpacing equals (==) value.
withInherit(bool? value) WidgetSelector<AnyText>
Creates a WidgetSelector that finds all AnyText where inherit equals (==) value.
withLocale(Locale? value) WidgetSelector<AnyText>
Creates a WidgetSelector that finds all AnyText where locale equals (==) value.
withMaxLines(int? value) WidgetSelector<AnyText>
Creates a WidgetSelector that finds all AnyText where maxLines equals (==) value.
withMinLines(int? value) WidgetSelector<AnyText>
Creates a WidgetSelector that finds all AnyText where minLines equals (==) value.
withOverflow(TextOverflow? value) WidgetSelector<AnyText>
Creates a WidgetSelector that finds all AnyText where overflow equals (==) value.
withSelectionColor(Color? value) WidgetSelector<AnyText>
Creates a WidgetSelector that finds all AnyText where selectionColor equals (==) value.
withSoftWrap(bool? value) WidgetSelector<AnyText>
Creates a WidgetSelector that finds all AnyText where softWrap equals (==) value.
withText(String? value) WidgetSelector<AnyText>
Creates a WidgetSelector that finds all AnyText where text equals (==) value.
withTextAlign(TextAlign? value) WidgetSelector<AnyText>
Creates a WidgetSelector that finds all AnyText where textAlign equals (==) value.
withTextDirection(TextDirection? value) WidgetSelector<AnyText>
Creates a WidgetSelector that finds all AnyText where textDirection equals (==) value.