headline5 method

TextStyle? headline5(
  1. BuildContext context
)

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

Implementation

TextStyle? headline5(BuildContext context) =>
    textTheme(context).headlineSmall;