bodyText2Default property
this is default text style for bodyText2
Implementation
static final bodyText2Default = TextStyle(
fontSize: CustomStylesConfig.defaultFontSize,
fontFamily: CustomStylesConfig.defaultFont,
fontWeight: FontWeight.w400,
// color:MyColors.blackColor
);