appBarTitle static method

TextStyle appBarTitle(
  1. BuildContext context
)

AppBar title — typically Inter w700 13px ls:2.0, theme onSurface colour.

Implementation

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