labelStyleDefault property
this is default text style for labelStyle
Implementation
static final labelStyleDefault = TextStyle(
fontSize: CustomStylesConfig.defaultFontSize + 4,
fontFamily: CustomStylesConfig.defaultFont,
color: MyColors.whiteColor,
fontWeight: FontWeight.w500,
// color:MyColors.blackColor
);