sectionHeader static method

TextStyle sectionHeader(
  1. BuildContext context
)

Section heading inside a screen — typically Inter w700 18px.

Implementation

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