labelSmall constant

TextStyle const labelSmall

Implementation

static const TextStyle labelSmall = TextStyle(
  fontSize: 11,
  fontWeight: FontWeight.w600,
  letterSpacing: 0.4,
);