EditableTextSelector extension

Allows filtering EditableText by the properties provided via Diagnosticable.debugFillProperties

on

Methods

whereAutocorrect(MatchProp<bool> match) WidgetSelector<EditableText>
Creates a WidgetSelector that finds all EditableText where autocorrect matches the condition.
whereAutofillHints(MatchProp<Iterable<String>> match) WidgetSelector<EditableText>
Creates a WidgetSelector that finds all EditableText where autofillHints matches the condition.
whereAutofocus(MatchProp<bool> match) WidgetSelector<EditableText>
Creates a WidgetSelector that finds all EditableText where autofocus matches the condition.
whereBackground(MatchProp<Paint> match) WidgetSelector<EditableText>
Creates a WidgetSelector that finds all EditableText where background matches the condition.
whereBackgroundColor(MatchProp<Color> match) WidgetSelector<EditableText>
Creates a WidgetSelector that finds all EditableText where backgroundColor matches the condition.
whereBaseline(MatchProp<TextBaseline> match) WidgetSelector<EditableText>
Creates a WidgetSelector that finds all EditableText where baseline matches the condition.
whereColor(MatchProp<Color> match) WidgetSelector<EditableText>
Creates a WidgetSelector that finds all EditableText where color matches the condition.
whereContentCommitMimeTypes(MatchProp<List<String>> match) WidgetSelector<EditableText>
Creates a WidgetSelector that finds all EditableText where contentCommitMimeTypes matches the condition.
whereController(MatchProp<TextEditingController> match) WidgetSelector<EditableText>
Creates a WidgetSelector that finds all EditableText where controller matches the condition.
whereEnableIMEPersonalizedLearning(MatchProp<bool> match) WidgetSelector<EditableText>
Creates a WidgetSelector that finds all EditableText where enableIMEPersonalizedLearning matches the condition.
whereEnableInteractiveSelection(MatchProp<bool> match) WidgetSelector<EditableText>
Creates a WidgetSelector that finds all EditableText where enableInteractiveSelection matches the condition.
whereEnableSuggestions(MatchProp<bool> match) WidgetSelector<EditableText>
Creates a WidgetSelector that finds all EditableText where enableSuggestions matches the condition.
whereExpands(MatchProp<bool> match) WidgetSelector<EditableText>
Creates a WidgetSelector that finds all EditableText where expands matches the condition.
whereFamily(MatchProp<String> match) WidgetSelector<EditableText>
Creates a WidgetSelector that finds all EditableText where family matches the condition.
whereFamilyFallback(MatchProp<String> match) WidgetSelector<EditableText>
Creates a WidgetSelector that finds all EditableText where familyFallback matches the condition.
whereFocusNode(MatchProp<FocusNode> match) WidgetSelector<EditableText>
Creates a WidgetSelector that finds all EditableText where focusNode matches the condition.
whereForeground(MatchProp<Paint> match) WidgetSelector<EditableText>
Creates a WidgetSelector that finds all EditableText where foreground matches the condition.
whereHeight(MatchProp<double> match) WidgetSelector<EditableText>
Creates a WidgetSelector that finds all EditableText where height matches the condition.
whereInherit(MatchProp<bool> match) WidgetSelector<EditableText>
Creates a WidgetSelector that finds all EditableText where inherit matches the condition.
whereKeyboardType(MatchProp<TextInputType> match) WidgetSelector<EditableText>
Creates a WidgetSelector that finds all EditableText where keyboardType matches the condition.
whereLeadingDistribution(MatchProp<TextLeadingDistribution> match) WidgetSelector<EditableText>
Creates a WidgetSelector that finds all EditableText where leadingDistribution matches the condition.
whereLetterSpacing(MatchProp<double> match) WidgetSelector<EditableText>
Creates a WidgetSelector that finds all EditableText where letterSpacing matches the condition.
whereLocale(MatchProp<Locale> match) WidgetSelector<EditableText>
Creates a WidgetSelector that finds all EditableText where locale matches the condition.
whereMaxLines(MatchProp<int> match) WidgetSelector<EditableText>
Creates a WidgetSelector that finds all EditableText where maxLines matches the condition.
whereMinLines(MatchProp<int> match) WidgetSelector<EditableText>
Creates a WidgetSelector that finds all EditableText where minLines matches the condition.
whereObscureText(MatchProp<bool> match) WidgetSelector<EditableText>
Creates a WidgetSelector that finds all EditableText where obscureText matches the condition.
whereReadOnly(MatchProp<bool> match) WidgetSelector<EditableText>
Creates a WidgetSelector that finds all EditableText where readOnly matches the condition.
whereScribbleEnabled(MatchProp<bool> match) WidgetSelector<EditableText>
Creates a WidgetSelector that finds all EditableText where scribbleEnabled matches the condition.
whereScrollController(MatchProp<ScrollController> match) WidgetSelector<EditableText>
Creates a WidgetSelector that finds all EditableText where scrollController matches the condition.
whereScrollPhysics(MatchProp<ScrollPhysics> match) WidgetSelector<EditableText>
Creates a WidgetSelector that finds all EditableText where scrollPhysics matches the condition.
whereSize(MatchProp<double> match) WidgetSelector<EditableText>
Creates a WidgetSelector that finds all EditableText where size matches the condition.
whereSmartDashesType(MatchProp<SmartDashesType> match) WidgetSelector<EditableText>
Creates a WidgetSelector that finds all EditableText where smartDashesType matches the condition.
whereSmartQuotesType(MatchProp<SmartQuotesType> match) WidgetSelector<EditableText>
Creates a WidgetSelector that finds all EditableText where smartQuotesType matches the condition.
whereSpellCheckConfiguration(MatchProp<SpellCheckConfiguration> match) WidgetSelector<EditableText>
Creates a WidgetSelector that finds all EditableText where spellCheckConfiguration matches the condition.
whereStyle(MatchProp<FontStyle> match) WidgetSelector<EditableText>
Creates a WidgetSelector that finds all EditableText where style matches the condition.
whereTextAlign(MatchProp<TextAlign> match) WidgetSelector<EditableText>
Creates a WidgetSelector that finds all EditableText where textAlign matches the condition.
whereTextDirection(MatchProp<TextDirection> match) WidgetSelector<EditableText>
Creates a WidgetSelector that finds all EditableText where textDirection matches the condition.
whereTextHeightBehavior(MatchProp<TextHeightBehavior> match) WidgetSelector<EditableText>
Creates a WidgetSelector that finds all EditableText where textHeightBehavior matches the condition.
whereTextScaleFactor(MatchProp<double> match) WidgetSelector<EditableText>
Creates a WidgetSelector that finds all EditableText where textScaleFactor matches the condition.
whereUndoController(MatchProp<UndoHistoryController> match) WidgetSelector<EditableText>
Creates a WidgetSelector that finds all EditableText where undoController matches the condition.
whereWeight(MatchProp<FontWeight> match) WidgetSelector<EditableText>
Creates a WidgetSelector that finds all EditableText where weight matches the condition.
whereWordSpacing(MatchProp<double> match) WidgetSelector<EditableText>
Creates a WidgetSelector that finds all EditableText where wordSpacing matches the condition.
withAutocorrect(bool? value) WidgetSelector<EditableText>
Creates a WidgetSelector that finds all EditableText where autocorrect equals (==) value.
withAutofillHints(Iterable<String>? value) WidgetSelector<EditableText>
Creates a WidgetSelector that finds all EditableText where autofillHints equals (==) value.
withAutofocus(bool? value) WidgetSelector<EditableText>
Creates a WidgetSelector that finds all EditableText where autofocus equals (==) value.
withBackground(Paint? value) WidgetSelector<EditableText>
Creates a WidgetSelector that finds all EditableText where background equals (==) value.
withBackgroundColor(Color? value) WidgetSelector<EditableText>
Creates a WidgetSelector that finds all EditableText where backgroundColor equals (==) value.
withBaseline(TextBaseline? value) WidgetSelector<EditableText>
Creates a WidgetSelector that finds all EditableText where baseline equals (==) value.
withColor(Color? value) WidgetSelector<EditableText>
Creates a WidgetSelector that finds all EditableText where color equals (==) value.
withContentCommitMimeTypes(List<String>? value) WidgetSelector<EditableText>
Creates a WidgetSelector that finds all EditableText where contentCommitMimeTypes equals (==) value.
withController(TextEditingController? value) WidgetSelector<EditableText>
Creates a WidgetSelector that finds all EditableText where controller equals (==) value.
withEnableIMEPersonalizedLearning(bool? value) WidgetSelector<EditableText>
Creates a WidgetSelector that finds all EditableText where enableIMEPersonalizedLearning equals (==) value.
withEnableInteractiveSelection(bool? value) WidgetSelector<EditableText>
Creates a WidgetSelector that finds all EditableText where enableInteractiveSelection equals (==) value.
withEnableSuggestions(bool? value) WidgetSelector<EditableText>
Creates a WidgetSelector that finds all EditableText where enableSuggestions equals (==) value.
withExpands(bool? value) WidgetSelector<EditableText>
Creates a WidgetSelector that finds all EditableText where expands equals (==) value.
withFamily(String? value) WidgetSelector<EditableText>
Creates a WidgetSelector that finds all EditableText where family equals (==) value.
withFamilyFallback(String? value) WidgetSelector<EditableText>
Creates a WidgetSelector that finds all EditableText where familyFallback equals (==) value.
withFocusNode(FocusNode? value) WidgetSelector<EditableText>
Creates a WidgetSelector that finds all EditableText where focusNode equals (==) value.
withForeground(Paint? value) WidgetSelector<EditableText>
Creates a WidgetSelector that finds all EditableText where foreground equals (==) value.
withHeight(double? value) WidgetSelector<EditableText>
Creates a WidgetSelector that finds all EditableText where height equals (==) value.
withInherit(bool? value) WidgetSelector<EditableText>
Creates a WidgetSelector that finds all EditableText where inherit equals (==) value.
withKeyboardType(TextInputType? value) WidgetSelector<EditableText>
Creates a WidgetSelector that finds all EditableText where keyboardType equals (==) value.
withLeadingDistribution(TextLeadingDistribution? value) WidgetSelector<EditableText>
Creates a WidgetSelector that finds all EditableText where leadingDistribution equals (==) value.
withLetterSpacing(double? value) WidgetSelector<EditableText>
Creates a WidgetSelector that finds all EditableText where letterSpacing equals (==) value.
withLocale(Locale? value) WidgetSelector<EditableText>
Creates a WidgetSelector that finds all EditableText where locale equals (==) value.
withMaxLines(int? value) WidgetSelector<EditableText>
Creates a WidgetSelector that finds all EditableText where maxLines equals (==) value.
withMinLines(int? value) WidgetSelector<EditableText>
Creates a WidgetSelector that finds all EditableText where minLines equals (==) value.
withObscureText(bool? value) WidgetSelector<EditableText>
Creates a WidgetSelector that finds all EditableText where obscureText equals (==) value.
withReadOnly(bool? value) WidgetSelector<EditableText>
Creates a WidgetSelector that finds all EditableText where readOnly equals (==) value.
withScribbleEnabled(bool? value) WidgetSelector<EditableText>
Creates a WidgetSelector that finds all EditableText where scribbleEnabled equals (==) value.
withScrollController(ScrollController? value) WidgetSelector<EditableText>
Creates a WidgetSelector that finds all EditableText where scrollController equals (==) value.
withScrollPhysics(ScrollPhysics? value) WidgetSelector<EditableText>
Creates a WidgetSelector that finds all EditableText where scrollPhysics equals (==) value.
withSize(double? value) WidgetSelector<EditableText>
Creates a WidgetSelector that finds all EditableText where size equals (==) value.
withSmartDashesType(SmartDashesType? value) WidgetSelector<EditableText>
Creates a WidgetSelector that finds all EditableText where smartDashesType equals (==) value.
withSmartQuotesType(SmartQuotesType? value) WidgetSelector<EditableText>
Creates a WidgetSelector that finds all EditableText where smartQuotesType equals (==) value.
withSpellCheckConfiguration(SpellCheckConfiguration? value) WidgetSelector<EditableText>
Creates a WidgetSelector that finds all EditableText where spellCheckConfiguration equals (==) value.
withStyle(FontStyle? value) WidgetSelector<EditableText>
Creates a WidgetSelector that finds all EditableText where style equals (==) value.
withTextAlign(TextAlign? value) WidgetSelector<EditableText>
Creates a WidgetSelector that finds all EditableText where textAlign equals (==) value.
withTextDirection(TextDirection? value) WidgetSelector<EditableText>
Creates a WidgetSelector that finds all EditableText where textDirection equals (==) value.
withTextHeightBehavior(TextHeightBehavior? value) WidgetSelector<EditableText>
Creates a WidgetSelector that finds all EditableText where textHeightBehavior equals (==) value.
withTextScaleFactor(double? value) WidgetSelector<EditableText>
Creates a WidgetSelector that finds all EditableText where textScaleFactor equals (==) value.
withUndoController(UndoHistoryController? value) WidgetSelector<EditableText>
Creates a WidgetSelector that finds all EditableText where undoController equals (==) value.
withWeight(FontWeight? value) WidgetSelector<EditableText>
Creates a WidgetSelector that finds all EditableText where weight equals (==) value.
withWordSpacing(double? value) WidgetSelector<EditableText>
Creates a WidgetSelector that finds all EditableText where wordSpacing equals (==) value.