headline6 property

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

Used for the primary text in app bars and dialogs (e.g., AppBar.title and AlertDialog.title).

Implementation

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