screenTitle static method

TextStyle screenTitle(
  1. BuildContext context
)

Large screen heading — typically Inter w700 28px ls:1.0.

Implementation

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