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