bodyBold constant

TextStyle const bodyBold

Implementation

static const TextStyle bodyBold = TextStyle(
  fontSize: 16,
  fontWeight: FontWeight.bold,
);