bodyXLarge static method

TextStyle bodyXLarge(
  1. BuildContext context
)

Extra-large body text — typically Inter w600 16px.

Implementation

static TextStyle bodyXLarge(BuildContext context) => _get(context, 'bodyXLarge');