headline6 method

TextStyle? headline6(
  1. BuildContext context
)

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

Implementation

TextStyle? headline6(BuildContext context) => textTheme(context).titleLarge;