displaySmall property

TextStyle? displaySmall

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

Implementation

TextStyle? get displaySmall => textTheme.displaySmall;