titleSmall property

TextStyle? titleSmall

Implementation

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