bodyText2 method

TextStyle? bodyText2(
  1. BuildContext context
)

The default text style for Material.

Implementation

TextStyle? bodyText2(BuildContext context) => textTheme(context).bodyMedium;