headingLarge property

TextStyle headingLarge
getter/setter pair

Implementation

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