bodyMedium property
Implementation
static TextStyle bodyMedium = TextStyle(
fontSize: 16,
fontWeight: FontWeight.w500,
fontFamily: font,
color: Colors.black,
package: 'incomme_flutter_commerce',
);
static TextStyle bodyMedium = TextStyle(
fontSize: 16,
fontWeight: FontWeight.w500,
fontFamily: font,
color: Colors.black,
package: 'incomme_flutter_commerce',
);