bodyLarge constant

TextStyle const bodyLarge

Body styles

Implementation

static const TextStyle bodyLarge = TextStyle(
  fontSize: 18,
  color: '#333333',
);