titleLarge property

TextStyle get titleLarge

Retrieves text styles directly from the theme with semantic naming.

Implementation

// Headings (mapped from title styles)
TextStyle get titleLarge => textTheme.titleLarge!;