formLabel static method

TextStyle formLabel(
  1. BuildContext context
)

Form field label — typically Inter w600 12px ls:1.0 at 87% opacity.

Implementation

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