headline2 method

TextStyle? headline2(
  1. BuildContext context
)

Used for the date in the dialog shown by showDatePicker.

Implementation

TextStyle? headline2(BuildContext context) =>
    textTheme(context).displayMedium;