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