fluentMisspelledTextStyle property

TextStyle fluentMisspelledTextStyle
final

The TextStyle used to indicate misspelled words in the Fluent style.

See also:

Implementation

static final TextStyle fluentMisspelledTextStyle = TextStyle(
  decoration: TextDecoration.underline,
  decorationColor: Colors.red,
  decorationStyle: TextDecorationStyle.dotted,
);