bottomBarSelectedLabelStyleDefault property

TextStyle bottomBarSelectedLabelStyleDefault
final

this is default text style for bottomBarSelectedLabelStyle

Implementation

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