labelLarge constant

TextStyle const labelLarge

Implementation

static const TextStyle labelLarge = TextStyle(
  fontSize: 14,
  fontWeight: medium,
  letterSpacing: 0.1,
  height: 1.43,
);