titleLarge property

TextStyle? titleLarge

Implementation

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