displayLarge property

TextStyle? displayLarge

shortcut for Theme.of(context)..textTheme.headline1

Implementation

TextStyle? get displayLarge => textTheme.displayLarge;