subtitle2 property

  1. @Deprecated('Use titleSmall instead. ' 'This feature was deprecated after v3.1.0-0.0.pre.')
TextStyle? subtitle2

For medium emphasis text that's a little smaller than titleMedium.

Implementation

@Deprecated(
  'Use titleSmall instead. '
  'This feature was deprecated after v3.1.0-0.0.pre.',
)
TextStyle? get subtitle2 => titleSmall;