primaryOverline property

TextStyle? primaryOverline

The smallest style that contrasts with the primary color.

Typically used for captions or to introduce a (larger) headline.

Implementation

TextStyle? get primaryOverline => primaryTextTheme.overline;