labelLarge constant

TextStyle const labelLarge

Implementation

static const TextStyle labelLarge = TextStyle(
  fontSize: 15,
  fontWeight: FontWeight.w600,
  height: 1.35,
  letterSpacing: -0.1,
);