displayLarge property

TextStyle? get displayLarge

Implementation

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