displayLarge property

TextStyle? displayLarge
final

Largest of the display styles.

As the largest text on the screen, display styles are reserved for short, important text or numerals. They work best on large screens.

Implementation

final TextStyle? displayLarge;