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