labelSmall constant

TextStyle const labelSmall

Implementation

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