headline3 property

TextStyle? get headline3

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

Implementation

TextStyle? get headline3 => Theme.of(this).textTheme.headlineLarge;