caption static method

TextStyle caption(
  1. BuildContext context
)

Small caption / badge label — typically Inter w600 11px ls:1.2 at 60% opacity.

Implementation

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