headline4 property

TextStyle? get headline4

headline4 text style same as Theme.of(this).textTheme.headline4

Implementation

TextStyle? get headline4 => Theme.of(this).textTheme.headlineMedium;