bodyLarge constant

TextStyle const bodyLarge

Implementation

static const TextStyle bodyLarge = TextStyle(
  fontSize: 16,
  fontWeight: FontWeight.normal,
  height: 1.5,
);