bodyLarge constant

TextStyle const bodyLarge

Implementation

static const bodyLarge = TextStyle(
  fontSize: 16,
  fontWeight: FontWeight.w400,
  letterSpacing: 0.5,
  color: RALIColors.textPrimary,
);