labelSmall constant

TextStyle const labelSmall

Implementation

static const TextStyle labelSmall = TextStyle(
  fontSize: 11,
  fontWeight: FontWeight.w500,
  height: 1.4,
  letterSpacing: 0.5,
);