displaySmall property

TextStyle? displaySmall

Implementation

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