sectionLabel static method

TextStyle sectionLabel(
  1. BuildContext context
)

Small section label — typically Inter w700 11px ls:1.5 at 80% opacity.

Implementation

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