h4 property

TextStyle? h4

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

Implementation

TextStyle? get h4 => textTheme.headline4;