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