misspelledTextStyle property

TextStyle? misspelledTextStyle
final

Style used to indicate misspelled words.

This is nullable to allow style-specific wrappers of EditableText to infer this, but this must be specified if this configuration is provided directly to EditableText or its construction will fail with an assertion error.

Implementation

final TextStyle? misspelledTextStyle;