body constant

TextStyle const body

Implementation

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