displayLarge property
TextStyle?
get
displayLarge
Returns the large display text style from the text theme.
Implementation
TextStyle? get displayLarge => textTheme.displayLarge;
Returns the large display text style from the text theme.
TextStyle? get displayLarge => textTheme.displayLarge;