bodyBold property

TextStyle bodyBold
getter/setter pair

Implementation

static TextStyle bodyBold = TextStyle(
  fontSize: 18,
  fontWeight: FontWeight.bold,
  fontFamily: font,
  color: Colors.black,
  package: 'incomme_flutter_commerce',
);