t14SB constant

TextStyle const t14SB

Implementation

static const TextStyle t14SB = TextStyle(
  fontWeight: FontWeight.w600,
  color: StepperColors.grey500s,
  fontSize: 14,
  height: 20 / 14,
);