EditableTextGetter extension

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

on

Methods

getAutocorrect() bool
Returns the autocorrect of the matched EditableText via Widget.toDiagnosticsNode
getAutofillHints() Iterable<String>
Returns the autofillHints of the matched EditableText via Widget.toDiagnosticsNode
getAutofocus() bool
Returns the autofocus of the matched EditableText via Widget.toDiagnosticsNode
getBackground() Paint
Returns the background of the matched EditableText via Widget.toDiagnosticsNode
getBackgroundColor() Color
Returns the backgroundColor of the matched EditableText via Widget.toDiagnosticsNode
getBaseline() TextBaseline
Returns the baseline of the matched EditableText via Widget.toDiagnosticsNode
getColor() Color
Returns the color of the matched EditableText via Widget.toDiagnosticsNode
getContentCommitMimeTypes() List<String>
Returns the contentCommitMimeTypes of the matched EditableText via Widget.toDiagnosticsNode
getController() TextEditingController
Returns the controller of the matched EditableText via Widget.toDiagnosticsNode
getEnableIMEPersonalizedLearning() bool
Returns the enableIMEPersonalizedLearning of the matched EditableText via Widget.toDiagnosticsNode
getEnableInteractiveSelection() bool
Returns the enableInteractiveSelection of the matched EditableText via Widget.toDiagnosticsNode
getEnableSuggestions() bool
Returns the enableSuggestions of the matched EditableText via Widget.toDiagnosticsNode
getExpands() bool
Returns the expands of the matched EditableText via Widget.toDiagnosticsNode
getFamily() String
Returns the family of the matched EditableText via Widget.toDiagnosticsNode
getFamilyFallback() String
Returns the familyFallback of the matched EditableText via Widget.toDiagnosticsNode
getFocusNode() FocusNode
Returns the focusNode of the matched EditableText via Widget.toDiagnosticsNode
getForeground() Paint
Returns the foreground of the matched EditableText via Widget.toDiagnosticsNode
getHeight() double
Returns the height of the matched EditableText via Widget.toDiagnosticsNode
getInherit() bool
Returns the inherit of the matched EditableText via Widget.toDiagnosticsNode
getKeyboardType() TextInputType
Returns the keyboardType of the matched EditableText via Widget.toDiagnosticsNode
getLeadingDistribution() TextLeadingDistribution
Returns the leadingDistribution of the matched EditableText via Widget.toDiagnosticsNode
getLetterSpacing() double
Returns the letterSpacing of the matched EditableText via Widget.toDiagnosticsNode
getLocale() Locale
Returns the locale of the matched EditableText via Widget.toDiagnosticsNode
getMaxLines() int
Returns the maxLines of the matched EditableText via Widget.toDiagnosticsNode
getMinLines() int
Returns the minLines of the matched EditableText via Widget.toDiagnosticsNode
getObscureText() bool
Returns the obscureText of the matched EditableText via Widget.toDiagnosticsNode
getReadOnly() bool
Returns the readOnly of the matched EditableText via Widget.toDiagnosticsNode
getScribbleEnabled() bool
Returns the scribbleEnabled of the matched EditableText via Widget.toDiagnosticsNode
getScrollController() ScrollController
Returns the scrollController of the matched EditableText via Widget.toDiagnosticsNode
getScrollPhysics() ScrollPhysics
Returns the scrollPhysics of the matched EditableText via Widget.toDiagnosticsNode
getSize() double
Returns the size of the matched EditableText via Widget.toDiagnosticsNode
getSmartDashesType() SmartDashesType
Returns the smartDashesType of the matched EditableText via Widget.toDiagnosticsNode
getSmartQuotesType() SmartQuotesType
Returns the smartQuotesType of the matched EditableText via Widget.toDiagnosticsNode
getSpellCheckConfiguration() SpellCheckConfiguration
Returns the spellCheckConfiguration of the matched EditableText via Widget.toDiagnosticsNode
getStyle() FontStyle
Returns the style of the matched EditableText via Widget.toDiagnosticsNode
getTextAlign() TextAlign
Returns the textAlign of the matched EditableText via Widget.toDiagnosticsNode
getTextDirection() TextDirection
Returns the textDirection of the matched EditableText via Widget.toDiagnosticsNode
getTextHeightBehavior() TextHeightBehavior
Returns the textHeightBehavior of the matched EditableText via Widget.toDiagnosticsNode
getTextScaleFactor() double
Returns the textScaleFactor of the matched EditableText via Widget.toDiagnosticsNode
getUndoController() UndoHistoryController
Returns the undoController of the matched EditableText via Widget.toDiagnosticsNode
getWeight() FontWeight
Returns the weight of the matched EditableText via Widget.toDiagnosticsNode
getWordSpacing() double
Returns the wordSpacing of the matched EditableText via Widget.toDiagnosticsNode