bodyMedium property

TextStyle? get bodyMedium

Implementation

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