bodyLarge constant

TextStyle const bodyLarge

Text style for body

Implementation

static const TextStyle bodyLarge = TextStyle(
  fontWeight: FontWeight.normal,
  fontFamily: fontFamily,
);