unSelectedLabelStyleDefault property
this is default text style for unSelectedLabelStyle
Implementation
static final unSelectedLabelStyleDefault = TextStyle(
fontSize: CustomStylesConfig.defaultFontSize + 4,
fontFamily: CustomStylesConfig.defaultFont,
fontWeight: FontWeight.w500,
color: Colors.black,
);