bodyLarge constant

TextStyle const bodyLarge

Implementation

static const TextStyle bodyLarge = TextStyle(
  fontFamily: fontBody,
  fontWeight: FontWeight.w400,
  fontSize: 18,
  height: 1.56, // 28px line height
  color: grey600,
);