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