LanguageToolTextField class
A TextField widget that checks the grammar using the given LanguageToolController
- Inheritance
-
- Object
- DiagnosticableTree
- Widget
- StatefulWidget
- LanguageToolTextField
Constructors
-
LanguageToolTextField.new({required LanguageToolController controller, TextStyle? style, InputDecoration decoration = const InputDecoration(), String language = 'auto', MistakePopup? mistakePopup, int? maxLines = 1, int? minLines, bool expands = false, TextAlign textAlign = TextAlign.start, TextDirection? textDirection, Color? cursorColor, bool autocorrect = true, bool autoFocus = false, bool readOnly = false, TextInputAction? textInputAction, TextInputType? keyboardType, FocusNode? focusNode, Brightness? keyboardAppearance, MouseCursor? mouseCursor, VoidCallback? onTap, TapRegionCallback? onTapOutside, ValueChanged<
String> ? onTextChange, ValueChanged<String> ? onTextSubmitted, bool alignCenter = true, Key? key}) -
Creates a widget that checks grammar errors.
const
Properties
- alignCenter → bool
-
final
- autocorrect → bool
-
final
- autoFocus → bool
-
final
- controller → LanguageToolController
-
Color scheme to highlight mistakes
final
- cursorColor → Color?
-
final
- decoration → InputDecoration
-
A decoration of this TextField.
final
- expands → bool
-
Whether this widget's height will be sized to fill its parent.
final
- focusNode → FocusNode?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- key → Key?
-
Controls how one widget replaces another widget in the tree.
finalinherited
- keyboardAppearance → Brightness?
-
final
- keyboardType → TextInputType?
-
final
- language → String
-
A language code like en-US, de-DE, fr, or auto to guess
the language automatically.
language
= 'auto' by default.final - maxLines → int?
-
The maximum number of lines to show at one time, wrapping if necessary.
final
- minLines → int?
-
The minimum number of lines to occupy when the content spans fewer lines.
final
- mistakePopup → MistakePopup?
-
Mistake popup window
final
- mouseCursor → MouseCursor?
-
final
- onTap → VoidCallback?
-
final
- onTapOutside → TapRegionCallback?
-
final
-
onTextChange
→ ValueChanged<
String> ? -
final
-
onTextSubmitted
→ ValueChanged<
String> ? -
final
- readOnly → bool
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- style → TextStyle?
-
A style to use for the text being edited.
final
- textAlign → TextAlign
-
Determine text alignment
textAlign = TextAlign.start by default.
final
- textDirection → TextDirection?
-
Determine text Direction
final
- textInputAction → TextInputAction?
-
final
Methods
-
createElement(
) → StatefulElement -
Creates a StatefulElement to manage this widget's location in the tree.
inherited
-
createState(
) → State< LanguageToolTextField> -
Creates the mutable state for this widget at a given location in the tree.
override
-
debugDescribeChildren(
) → List< DiagnosticsNode> -
Returns a list of DiagnosticsNode objects describing this node's
children.
inherited
-
debugFillProperties(
DiagnosticPropertiesBuilder properties) → void -
Add additional properties associated with the node.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toDiagnosticsNode(
{String? name, DiagnosticsTreeStyle? style}) → DiagnosticsNode -
Returns a debug representation of the object that is used by debugging
tools and by DiagnosticsNode.toStringDeep.
inherited
-
toString(
{DiagnosticLevel minLevel = DiagnosticLevel.info}) → String -
A string representation of this object.
inherited
-
toStringDeep(
{String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug, int wrapWidth = 65}) → String -
Returns a string representation of this node and its descendants.
inherited
-
toStringShallow(
{String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) → String -
Returns a one-line detailed description of the object.
inherited
-
toStringShort(
) → String -
A short, textual description of this widget.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited