labelMedium constant

TextStyle const labelMedium

Implementation

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