displayLarge constant

TextStyle const displayLarge

Implementation

static const displayLarge = TextStyle(
  fontSize: 57,
  fontWeight: FontWeight.w400,
  letterSpacing: -0.25,
  color: RALIColors.textPrimary,
);