headlineSmall property

TextStyle? headlineSmall

Implementation

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