cupertinoMisspelledTextStyle constant

TextStyle const cupertinoMisspelledTextStyle

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

See also:

Implementation

static const TextStyle cupertinoMisspelledTextStyle =
  TextStyle(
    decoration: TextDecoration.underline,
    decorationColor: CupertinoColors.systemRed,
    decorationStyle: TextDecorationStyle.dotted,
);