labelLarge constant

TextStyle const labelLarge

Implementation

static const TextStyle labelLarge = TextStyle(
  fontSize: 14,
  fontWeight: FontWeight.w500,
  height: 1.4,
  letterSpacing: 0.1,
);