displayLarge property

TextStyle? displayLarge

Implementation

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