bottomBarSelectedLabelStyleDefault property
this is default text style for bottomBarSelectedLabelStyle
Implementation
static final bottomBarSelectedLabelStyleDefault = TextStyle(
fontSize: CustomStylesConfig.defaultFontSize - 4,
fontFamily: CustomStylesConfig.defaultFont,
);