bodyLarge static method

TextStyle bodyLarge(
  1. BuildContext context
)

Large body text — typically Inter w500 15px.

Implementation

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