primaryHeadline6 property

TextStyle? primaryHeadline6

Used for the primary text in app bars and dialogs (e.g., AppBar.title and AlertDialog.title) that contrasts with the primary color.

Implementation

TextStyle? get primaryHeadline6 => primaryTextTheme.headline6;