SelectableTextGetter extension

Retrieves the DiagnosticsProperty of the matched widget with propName of type T

on

Methods

getAutofocus() bool
Returns the autofocus of the matched SelectableText via Widget.toDiagnosticsNode
getCursorColor() Color
Returns the cursorColor of the matched SelectableText via Widget.toDiagnosticsNode
getCursorHeight() double
Returns the cursorHeight of the matched SelectableText via Widget.toDiagnosticsNode
getCursorRadius() Radius
Returns the cursorRadius of the matched SelectableText via Widget.toDiagnosticsNode
getCursorWidth() double
Returns the cursorWidth of the matched SelectableText via Widget.toDiagnosticsNode
getFocusNode() FocusNode
Returns the focusNode of the matched SelectableText via Widget.toDiagnosticsNode
getMaxLines() int
Returns the maxLines of the matched SelectableText via Widget.toDiagnosticsNode
getMinLines() int
Returns the minLines of the matched SelectableText via Widget.toDiagnosticsNode
getScrollPhysics() ScrollPhysics
Returns the scrollPhysics of the matched SelectableText via Widget.toDiagnosticsNode
getSelectionControls() TextSelectionControls
Returns the selectionControls of the matched SelectableText via Widget.toDiagnosticsNode
getSelectionEnabled() bool
Returns the selectionEnabled of the matched SelectableText via Widget.toDiagnosticsNode
getSemanticsLabel() String
Returns the semanticsLabel of the matched SelectableText via Widget.toDiagnosticsNode
getShowCursor() bool
Returns the showCursor of the matched SelectableText via Widget.toDiagnosticsNode
getStyle() TextStyle
Returns the style of the matched SelectableText via Widget.toDiagnosticsNode
getText() String
Returns the text of the matched SelectableText via Widget.toDiagnosticsNode
getTextAlign() TextAlign
Returns the textAlign of the matched SelectableText via Widget.toDiagnosticsNode
getTextDirection() TextDirection
Returns the textDirection of the matched SelectableText via Widget.toDiagnosticsNode
getTextHeightBehavior() TextHeightBehavior
Returns the textHeightBehavior of the matched SelectableText via Widget.toDiagnosticsNode
getTextScaleFactor() double
Returns the textScaleFactor of the matched SelectableText via Widget.toDiagnosticsNode