kBottomLabelSelectedTextStyle property

TextStyle kBottomLabelSelectedTextStyle
final

Implementation

static final kBottomLabelSelectedTextStyle = TextStyle(
  color: kPrimaryColor,
  fontSize: ScreenUtil().setSp(12),
  fontWeight: FontWeight.w700,
);