headline5 property

TextStyle? get headline5

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

Implementation

TextStyle? get headline5 => Theme.of(this).textTheme.headlineSmall;