headline1 method

TextStyle? headline1(
  1. BuildContext context
)

Extremely large text.

Implementation

TextStyle? headline1(BuildContext context) => textTheme(context).displayLarge;