displaySmall constant

TextStyle const displaySmall

Implementation

static const displaySmall = TextStyle(
  fontSize: 36,
  fontWeight: FontWeight.w400,
  letterSpacing: 0,
  color: RALIColors.textPrimary,
);