headline5 property

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

Used for large text in dialogs (e.g., the month and year in the dialog shown by showDatePicker).

Implementation

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