bottomBarUnselectedLabelStyleDefault property

TextStyle bottomBarUnselectedLabelStyleDefault
final

this is default text style for bottomBarUnselectedLabelStyle

Implementation

static final bottomBarUnselectedLabelStyleDefault = TextStyle(
  fontSize: CustomStylesConfig.defaultFontSize - 4,
  fontFamily: CustomStylesConfig.defaultFont,
);