SelectableTextMatcher extension

Matchers for the properties of SelectableText provided via Diagnosticable.debugFillProperties

on

Methods

hasAutofocus(bool? value) WidgetMatcher<SelectableText>
Expects that autofocus of SelectableText equals (==) value.
hasAutofocusWhere(MatchProp<bool> match) WidgetMatcher<SelectableText>
Expects that autofocus of SelectableText matches the condition in match.
hasCursorColor(Color? value) WidgetMatcher<SelectableText>
Expects that cursorColor of SelectableText equals (==) value.
hasCursorColorWhere(MatchProp<Color> match) WidgetMatcher<SelectableText>
Expects that cursorColor of SelectableText matches the condition in match.
hasCursorHeight(double? value) WidgetMatcher<SelectableText>
Expects that cursorHeight of SelectableText equals (==) value.
hasCursorHeightWhere(MatchProp<double> match) WidgetMatcher<SelectableText>
Expects that cursorHeight of SelectableText matches the condition in match.
hasCursorRadius(Radius? value) WidgetMatcher<SelectableText>
Expects that cursorRadius of SelectableText equals (==) value.
hasCursorRadiusWhere(MatchProp<Radius> match) WidgetMatcher<SelectableText>
Expects that cursorRadius of SelectableText matches the condition in match.
hasCursorWidth(double? value) WidgetMatcher<SelectableText>
Expects that cursorWidth of SelectableText equals (==) value.
hasCursorWidthWhere(MatchProp<double> match) WidgetMatcher<SelectableText>
Expects that cursorWidth of SelectableText matches the condition in match.
hasFocusNode(FocusNode? value) WidgetMatcher<SelectableText>
Expects that focusNode of SelectableText equals (==) value.
hasFocusNodeWhere(MatchProp<FocusNode> match) WidgetMatcher<SelectableText>
Expects that focusNode of SelectableText matches the condition in match.
hasMaxLines(int? value) WidgetMatcher<SelectableText>
Expects that maxLines of SelectableText equals (==) value.
hasMaxLinesWhere(MatchProp<int> match) WidgetMatcher<SelectableText>
Expects that maxLines of SelectableText matches the condition in match.
hasMinLines(int? value) WidgetMatcher<SelectableText>
Expects that minLines of SelectableText equals (==) value.
hasMinLinesWhere(MatchProp<int> match) WidgetMatcher<SelectableText>
Expects that minLines of SelectableText matches the condition in match.
hasScrollPhysics(ScrollPhysics? value) WidgetMatcher<SelectableText>
Expects that scrollPhysics of SelectableText equals (==) value.
hasScrollPhysicsWhere(MatchProp<ScrollPhysics> match) WidgetMatcher<SelectableText>
Expects that scrollPhysics of SelectableText matches the condition in match.
hasSelectionControls(TextSelectionControls? value) WidgetMatcher<SelectableText>
Expects that selectionControls of SelectableText equals (==) value.
hasSelectionControlsWhere(MatchProp<TextSelectionControls> match) WidgetMatcher<SelectableText>
Expects that selectionControls of SelectableText matches the condition in match.
hasSelectionEnabled(bool? value) WidgetMatcher<SelectableText>
Expects that selectionEnabled of SelectableText equals (==) value.
hasSelectionEnabledWhere(MatchProp<bool> match) WidgetMatcher<SelectableText>
Expects that selectionEnabled of SelectableText matches the condition in match.
hasSemanticsLabel(String? value) WidgetMatcher<SelectableText>
Expects that semanticsLabel of SelectableText equals (==) value.
hasSemanticsLabelWhere(MatchProp<String> match) WidgetMatcher<SelectableText>
Expects that semanticsLabel of SelectableText matches the condition in match.
hasShowCursor(bool? value) WidgetMatcher<SelectableText>
Expects that showCursor of SelectableText equals (==) value.
hasShowCursorWhere(MatchProp<bool> match) WidgetMatcher<SelectableText>
Expects that showCursor of SelectableText matches the condition in match.
hasStyle(TextStyle? value) WidgetMatcher<SelectableText>
Expects that style of SelectableText equals (==) value.
hasStyleWhere(MatchProp<TextStyle> match) WidgetMatcher<SelectableText>
Expects that style of SelectableText matches the condition in match.
hasText(String? value) WidgetMatcher<SelectableText>
Expects that text of SelectableText equals (==) value.
hasTextAlign(TextAlign? value) WidgetMatcher<SelectableText>
Expects that textAlign of SelectableText equals (==) value.
hasTextAlignWhere(MatchProp<TextAlign> match) WidgetMatcher<SelectableText>
Expects that textAlign of SelectableText matches the condition in match.
hasTextDirection(TextDirection? value) WidgetMatcher<SelectableText>
Expects that textDirection of SelectableText equals (==) value.
hasTextDirectionWhere(MatchProp<TextDirection> match) WidgetMatcher<SelectableText>
Expects that textDirection of SelectableText matches the condition in match.
hasTextHeightBehavior(TextHeightBehavior? value) WidgetMatcher<SelectableText>
Expects that textHeightBehavior of SelectableText equals (==) value.
hasTextHeightBehaviorWhere(MatchProp<TextHeightBehavior> match) WidgetMatcher<SelectableText>
Expects that textHeightBehavior of SelectableText matches the condition in match.
hasTextScaleFactor(double? value) WidgetMatcher<SelectableText>
Expects that textScaleFactor of SelectableText equals (==) value.
hasTextScaleFactorWhere(MatchProp<double> match) WidgetMatcher<SelectableText>
Expects that textScaleFactor of SelectableText matches the condition in match.
hasTextWhere(MatchProp<String> match) WidgetMatcher<SelectableText>
Expects that text of SelectableText matches the condition in match.