headline2 property

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

Very, very large text.

Used for the date in the dialog shown by showDatePicker.

Implementation

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