headingDefault property
this is default text style for heading
Implementation
static final headingDefault = TextStyle(
fontSize: CustomStylesConfig.defaultFontSize + 5,
fontFamily: CustomStylesConfig.defaultFont,
fontWeight: FontWeight.w600,
// color:MyColors.blackColor
);