SelectableTextSelector extension

Allows filtering SelectableText by the properties provided via Diagnosticable.debugFillProperties

on

Methods

whereAutofocus(MatchProp<bool> match) WidgetSelector<SelectableText>
Creates a WidgetSelector that finds all SelectableText where autofocus matches the condition.
whereCursorColor(MatchProp<Color> match) WidgetSelector<SelectableText>
Creates a WidgetSelector that finds all SelectableText where cursorColor matches the condition.
whereCursorHeight(MatchProp<double> match) WidgetSelector<SelectableText>
Creates a WidgetSelector that finds all SelectableText where cursorHeight matches the condition.
whereCursorRadius(MatchProp<Radius> match) WidgetSelector<SelectableText>
Creates a WidgetSelector that finds all SelectableText where cursorRadius matches the condition.
whereCursorWidth(MatchProp<double> match) WidgetSelector<SelectableText>
Creates a WidgetSelector that finds all SelectableText where cursorWidth matches the condition.
whereFocusNode(MatchProp<FocusNode> match) WidgetSelector<SelectableText>
Creates a WidgetSelector that finds all SelectableText where focusNode matches the condition.
whereMaxLines(MatchProp<int> match) WidgetSelector<SelectableText>
Creates a WidgetSelector that finds all SelectableText where maxLines matches the condition.
whereMinLines(MatchProp<int> match) WidgetSelector<SelectableText>
Creates a WidgetSelector that finds all SelectableText where minLines matches the condition.
whereScrollPhysics(MatchProp<ScrollPhysics> match) WidgetSelector<SelectableText>
Creates a WidgetSelector that finds all SelectableText where scrollPhysics matches the condition.
whereSelectionControls(MatchProp<TextSelectionControls> match) WidgetSelector<SelectableText>
Creates a WidgetSelector that finds all SelectableText where selectionControls matches the condition.
whereSelectionEnabled(MatchProp<bool> match) WidgetSelector<SelectableText>
Creates a WidgetSelector that finds all SelectableText where selectionEnabled matches the condition.
whereSemanticsLabel(MatchProp<String> match) WidgetSelector<SelectableText>
Creates a WidgetSelector that finds all SelectableText where semanticsLabel matches the condition.
whereShowCursor(MatchProp<bool> match) WidgetSelector<SelectableText>
Creates a WidgetSelector that finds all SelectableText where showCursor matches the condition.
whereStyle(MatchProp<TextStyle> match) WidgetSelector<SelectableText>
Creates a WidgetSelector that finds all SelectableText where style matches the condition.
whereText(MatchProp<String> match) WidgetSelector<SelectableText>
Creates a WidgetSelector that finds all SelectableText where text matches the condition.
whereTextAlign(MatchProp<TextAlign> match) WidgetSelector<SelectableText>
Creates a WidgetSelector that finds all SelectableText where textAlign matches the condition.
whereTextDirection(MatchProp<TextDirection> match) WidgetSelector<SelectableText>
Creates a WidgetSelector that finds all SelectableText where textDirection matches the condition.
whereTextHeightBehavior(MatchProp<TextHeightBehavior> match) WidgetSelector<SelectableText>
Creates a WidgetSelector that finds all SelectableText where textHeightBehavior matches the condition.
whereTextScaleFactor(MatchProp<double> match) WidgetSelector<SelectableText>
Creates a WidgetSelector that finds all SelectableText where textScaleFactor matches the condition.
withAutofocus(bool? value) WidgetSelector<SelectableText>
Creates a WidgetSelector that finds all SelectableText where autofocus equals (==) value.
withCursorColor(Color? value) WidgetSelector<SelectableText>
Creates a WidgetSelector that finds all SelectableText where cursorColor equals (==) value.
withCursorHeight(double? value) WidgetSelector<SelectableText>
Creates a WidgetSelector that finds all SelectableText where cursorHeight equals (==) value.
withCursorRadius(Radius? value) WidgetSelector<SelectableText>
Creates a WidgetSelector that finds all SelectableText where cursorRadius equals (==) value.
withCursorWidth(double? value) WidgetSelector<SelectableText>
Creates a WidgetSelector that finds all SelectableText where cursorWidth equals (==) value.
withFocusNode(FocusNode? value) WidgetSelector<SelectableText>
Creates a WidgetSelector that finds all SelectableText where focusNode equals (==) value.
withMaxLines(int? value) WidgetSelector<SelectableText>
Creates a WidgetSelector that finds all SelectableText where maxLines equals (==) value.
withMinLines(int? value) WidgetSelector<SelectableText>
Creates a WidgetSelector that finds all SelectableText where minLines equals (==) value.
withScrollPhysics(ScrollPhysics? value) WidgetSelector<SelectableText>
Creates a WidgetSelector that finds all SelectableText where scrollPhysics equals (==) value.
withSelectionControls(TextSelectionControls? value) WidgetSelector<SelectableText>
Creates a WidgetSelector that finds all SelectableText where selectionControls equals (==) value.
withSelectionEnabled(bool? value) WidgetSelector<SelectableText>
Creates a WidgetSelector that finds all SelectableText where selectionEnabled equals (==) value.
withSemanticsLabel(String? value) WidgetSelector<SelectableText>
Creates a WidgetSelector that finds all SelectableText where semanticsLabel equals (==) value.
withShowCursor(bool? value) WidgetSelector<SelectableText>
Creates a WidgetSelector that finds all SelectableText where showCursor equals (==) value.
withStyle(TextStyle? value) WidgetSelector<SelectableText>
Creates a WidgetSelector that finds all SelectableText where style equals (==) value.
withText(String? value) WidgetSelector<SelectableText>
Creates a WidgetSelector that finds all SelectableText where text equals (==) value.
withTextAlign(TextAlign? value) WidgetSelector<SelectableText>
Creates a WidgetSelector that finds all SelectableText where textAlign equals (==) value.
withTextDirection(TextDirection? value) WidgetSelector<SelectableText>
Creates a WidgetSelector that finds all SelectableText where textDirection equals (==) value.
withTextHeightBehavior(TextHeightBehavior? value) WidgetSelector<SelectableText>
Creates a WidgetSelector that finds all SelectableText where textHeightBehavior equals (==) value.
withTextScaleFactor(double? value) WidgetSelector<SelectableText>
Creates a WidgetSelector that finds all SelectableText where textScaleFactor equals (==) value.