bodySmall property

TextStyle? bodySmall

Implementation

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