large property

TextStyle get large

Implementation

TextStyle get large =>
    Theme.of(context).textTheme.headline3 ?? const TextStyle();