headlineLarge property

TextStyle? headlineLarge

Implementation

TextStyle? get headlineLarge => textTheme.headlineLarge?.copyWith(
      color: colors.onSurface,
    );