TextFieldMatcher extension

Matchers for the properties of TextField provided via Diagnosticable.debugFillProperties

on

Methods

hasAutocorrect(bool? value) WidgetMatcher<TextField>
Expects that autocorrect of TextField equals (==) value.
hasAutocorrectWhere(MatchProp<bool> match) WidgetMatcher<TextField>
Expects that autocorrect of TextField matches the condition in match.
hasAutofocus(bool? value) WidgetMatcher<TextField>
Expects that autofocus of TextField equals (==) value.
hasAutofocusWhere(MatchProp<bool> match) WidgetMatcher<TextField>
Expects that autofocus of TextField matches the condition in match.
hasClipBehavior(Clip? value) WidgetMatcher<TextField>
Expects that clipBehavior of TextField equals (==) value.
hasClipBehaviorWhere(MatchProp<Clip> match) WidgetMatcher<TextField>
Expects that clipBehavior of TextField matches the condition in match.
hasContentCommitMimeTypes(List<String>? value) WidgetMatcher<TextField>
Expects that contentCommitMimeTypes of TextField equals (==) value.
hasContentCommitMimeTypesWhere(MatchProp<List<String>> match) WidgetMatcher<TextField>
Expects that contentCommitMimeTypes of TextField matches the condition in match.
hasController(TextEditingController? value) WidgetMatcher<TextField>
Expects that controller of TextField equals (==) value.
hasControllerWhere(MatchProp<TextEditingController> match) WidgetMatcher<TextField>
Expects that controller of TextField matches the condition in match.
hasCursorColor(Color? value) WidgetMatcher<TextField>
Expects that cursorColor of TextField equals (==) value.
hasCursorColorWhere(MatchProp<Color> match) WidgetMatcher<TextField>
Expects that cursorColor of TextField matches the condition in match.
hasCursorHeight(double? value) WidgetMatcher<TextField>
Expects that cursorHeight of TextField equals (==) value.
hasCursorHeightWhere(MatchProp<double> match) WidgetMatcher<TextField>
Expects that cursorHeight of TextField matches the condition in match.
hasCursorOpacityAnimates(bool? value) WidgetMatcher<TextField>
Expects that cursorOpacityAnimates of TextField equals (==) value.
hasCursorOpacityAnimatesWhere(MatchProp<bool> match) WidgetMatcher<TextField>
Expects that cursorOpacityAnimates of TextField matches the condition in match.
hasCursorRadius(Radius? value) WidgetMatcher<TextField>
Expects that cursorRadius of TextField equals (==) value.
hasCursorRadiusWhere(MatchProp<Radius> match) WidgetMatcher<TextField>
Expects that cursorRadius of TextField matches the condition in match.
hasCursorWidth(double? value) WidgetMatcher<TextField>
Expects that cursorWidth of TextField equals (==) value.
hasCursorWidthWhere(MatchProp<double> match) WidgetMatcher<TextField>
Expects that cursorWidth of TextField matches the condition in match.
hasDecoration(InputDecoration? value) WidgetMatcher<TextField>
Expects that decoration of TextField equals (==) value.
hasDecorationWhere(MatchProp<InputDecoration> match) WidgetMatcher<TextField>
Expects that decoration of TextField matches the condition in match.
hasEnableIMEPersonalizedLearning(bool? value) WidgetMatcher<TextField>
Expects that enableIMEPersonalizedLearning of TextField equals (==) value.
hasEnableIMEPersonalizedLearningWhere(MatchProp<bool> match) WidgetMatcher<TextField>
Expects that enableIMEPersonalizedLearning of TextField matches the condition in match.
hasEnableSuggestions(bool? value) WidgetMatcher<TextField>
Expects that enableSuggestions of TextField equals (==) value.
hasEnableSuggestionsWhere(MatchProp<bool> match) WidgetMatcher<TextField>
Expects that enableSuggestions of TextField matches the condition in match.
hasExpands(bool? value) WidgetMatcher<TextField>
Expects that expands of TextField equals (==) value.
hasExpandsWhere(MatchProp<bool> match) WidgetMatcher<TextField>
Expects that expands of TextField matches the condition in match.
hasFocusNode(FocusNode? value) WidgetMatcher<TextField>
Expects that focusNode of TextField equals (==) value.
hasFocusNodeWhere(MatchProp<FocusNode> match) WidgetMatcher<TextField>
Expects that focusNode of TextField matches the condition in match.
hasKeyboardAppearance(Brightness? value) WidgetMatcher<TextField>
Expects that keyboardAppearance of TextField equals (==) value.
hasKeyboardAppearanceWhere(MatchProp<Brightness> match) WidgetMatcher<TextField>
Expects that keyboardAppearance of TextField matches the condition in match.
hasKeyboardType(TextInputType? value) WidgetMatcher<TextField>
Expects that keyboardType of TextField equals (==) value.
hasKeyboardTypeWhere(MatchProp<TextInputType> match) WidgetMatcher<TextField>
Expects that keyboardType of TextField matches the condition in match.
hasMaxLength(int? value) WidgetMatcher<TextField>
Expects that maxLength of TextField equals (==) value.
hasMaxLengthEnforcement(MaxLengthEnforcement? value) WidgetMatcher<TextField>
Expects that maxLengthEnforcement of TextField equals (==) value.
hasMaxLengthEnforcementWhere(MatchProp<MaxLengthEnforcement> match) WidgetMatcher<TextField>
Expects that maxLengthEnforcement of TextField matches the condition in match.
hasMaxLengthWhere(MatchProp<int> match) WidgetMatcher<TextField>
Expects that maxLength of TextField matches the condition in match.
hasMaxLines(int? value) WidgetMatcher<TextField>
Expects that maxLines of TextField equals (==) value.
hasMaxLinesWhere(MatchProp<int> match) WidgetMatcher<TextField>
Expects that maxLines of TextField matches the condition in match.
hasMinLines(int? value) WidgetMatcher<TextField>
Expects that minLines of TextField equals (==) value.
hasMinLinesWhere(MatchProp<int> match) WidgetMatcher<TextField>
Expects that minLines of TextField matches the condition in match.
hasObscureText(bool? value) WidgetMatcher<TextField>
Expects that obscureText of TextField equals (==) value.
hasObscureTextWhere(MatchProp<bool> match) WidgetMatcher<TextField>
Expects that obscureText of TextField matches the condition in match.
hasObscuringCharacter(String? value) WidgetMatcher<TextField>
Expects that obscuringCharacter of TextField equals (==) value.
hasObscuringCharacterWhere(MatchProp<String> match) WidgetMatcher<TextField>
Expects that obscuringCharacter of TextField matches the condition in match.
hasScribbleEnabled(bool? value) WidgetMatcher<TextField>
Expects that scribbleEnabled of TextField equals (==) value.
hasScribbleEnabledWhere(MatchProp<bool> match) WidgetMatcher<TextField>
Expects that scribbleEnabled of TextField matches the condition in match.
hasScrollController(ScrollController? value) WidgetMatcher<TextField>
Expects that scrollController of TextField equals (==) value.
hasScrollControllerWhere(MatchProp<ScrollController> match) WidgetMatcher<TextField>
Expects that scrollController of TextField matches the condition in match.
hasScrollPadding(EdgeInsetsGeometry? value) WidgetMatcher<TextField>
Expects that scrollPadding of TextField equals (==) value.
hasScrollPaddingWhere(MatchProp<EdgeInsetsGeometry> match) WidgetMatcher<TextField>
Expects that scrollPadding of TextField matches the condition in match.
hasScrollPhysics(ScrollPhysics? value) WidgetMatcher<TextField>
Expects that scrollPhysics of TextField equals (==) value.
hasScrollPhysicsWhere(MatchProp<ScrollPhysics> match) WidgetMatcher<TextField>
Expects that scrollPhysics of TextField matches the condition in match.
hasSelectionControls(TextSelectionControls? value) WidgetMatcher<TextField>
Expects that selectionControls of TextField equals (==) value.
hasSelectionControlsWhere(MatchProp<TextSelectionControls> match) WidgetMatcher<TextField>
Expects that selectionControls of TextField matches the condition in match.
hasSelectionEnabled(bool? value) WidgetMatcher<TextField>
Expects that selectionEnabled of TextField equals (==) value.
hasSelectionEnabledWhere(MatchProp<bool> match) WidgetMatcher<TextField>
Expects that selectionEnabled of TextField matches the condition in match.
hasSmartDashesType(SmartDashesType? value) WidgetMatcher<TextField>
Expects that smartDashesType of TextField equals (==) value.
hasSmartDashesTypeWhere(MatchProp<SmartDashesType> match) WidgetMatcher<TextField>
Expects that smartDashesType of TextField matches the condition in match.
hasSmartQuotesType(SmartQuotesType? value) WidgetMatcher<TextField>
Expects that smartQuotesType of TextField equals (==) value.
hasSmartQuotesTypeWhere(MatchProp<SmartQuotesType> match) WidgetMatcher<TextField>
Expects that smartQuotesType of TextField matches the condition in match.
hasSpellCheckConfiguration(SpellCheckConfiguration? value) WidgetMatcher<TextField>
Expects that spellCheckConfiguration of TextField equals (==) value.
hasSpellCheckConfigurationWhere(MatchProp<SpellCheckConfiguration> match) WidgetMatcher<TextField>
Expects that spellCheckConfiguration of TextField matches the condition in match.
hasStyle(TextStyle? value) WidgetMatcher<TextField>
Expects that style of TextField equals (==) value.
hasStyleWhere(MatchProp<TextStyle> match) WidgetMatcher<TextField>
Expects that style of TextField matches the condition in match.
hasTextAlign(TextAlign? value) WidgetMatcher<TextField>
Expects that textAlign of TextField equals (==) value.
hasTextAlignVertical(TextAlignVertical? value) WidgetMatcher<TextField>
Expects that textAlignVertical of TextField equals (==) value.
hasTextAlignVerticalWhere(MatchProp<TextAlignVertical> match) WidgetMatcher<TextField>
Expects that textAlignVertical of TextField matches the condition in match.
hasTextAlignWhere(MatchProp<TextAlign> match) WidgetMatcher<TextField>
Expects that textAlign of TextField matches the condition in match.
hasTextCapitalization(TextCapitalization? value) WidgetMatcher<TextField>
Expects that textCapitalization of TextField equals (==) value.
hasTextCapitalizationWhere(MatchProp<TextCapitalization> match) WidgetMatcher<TextField>
Expects that textCapitalization of TextField matches the condition in match.
hasTextDirection(TextDirection? value) WidgetMatcher<TextField>
Expects that textDirection of TextField equals (==) value.
hasTextDirectionWhere(MatchProp<TextDirection> match) WidgetMatcher<TextField>
Expects that textDirection of TextField matches the condition in match.
hasTextInputAction(TextInputAction? value) WidgetMatcher<TextField>
Expects that textInputAction of TextField equals (==) value.
hasTextInputActionWhere(MatchProp<TextInputAction> match) WidgetMatcher<TextField>
Expects that textInputAction of TextField matches the condition in match.
hasUndoController(UndoHistoryController? value) WidgetMatcher<TextField>
Expects that undoController of TextField equals (==) value.
hasUndoControllerWhere(MatchProp<UndoHistoryController> match) WidgetMatcher<TextField>
Expects that undoController of TextField matches the condition in match.
isEnabled(bool? value) WidgetMatcher<TextField>
Expects that enabled of TextField equals (==) value.
isEnabledWhere(MatchProp<bool> match) WidgetMatcher<TextField>
Expects that enabled of TextField matches the condition in match.