labelSmall constant

TextStyle const labelSmall

Implementation

static const TextStyle labelSmall = TextStyle(
  fontSize: 11,
  fontWeight: medium,
  letterSpacing: 0.5,
  height: 1.45,
);