labelMedium constant

TextStyle const labelMedium

Implementation

static const labelMedium = TextStyle(
  fontSize: 12,
  fontWeight: FontWeight.w500,
  letterSpacing: 0.5,
  color: RALIColors.textPrimary,
);