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