bodyLarge property

TextStyle? bodyLarge

Implementation

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