primarySubtitle1 property

TextStyle? primarySubtitle1

Used for the primary text in lists (e.g., ListTile.title) that contrasts with the primary color.

Implementation

TextStyle? get primarySubtitle1 => primaryTextTheme.subtitle1;