unSelectedLabelStyleDefault property
Implementation
static final unSelectedLabelStyleDefault = TextStyle(
fontSize: CustomStylesConfig.defaultFontSize + 4,
fontWeight: FontWeight.w500,
color: Colors.black,
);
static final unSelectedLabelStyleDefault = TextStyle(
fontSize: CustomStylesConfig.defaultFontSize + 4,
fontWeight: FontWeight.w500,
color: Colors.black,
);