bodyText1 method

TextStyle? bodyText1(
  1. BuildContext context
)

Used for emphasizing text that would otherwise be bodyText2.

Implementation

TextStyle? bodyText1(BuildContext context) => textTheme(context).bodyLarge;