discountBannerTextStyle top-level property

TextStyle discountBannerTextStyle
getter/setter pair

Implementation

TextStyle discountBannerTextStyle = TextStyle(
  fontFamily: fontFamily,
  fontSize: discountBannerTextSize,
  fontWeight: FontWeight.w500,
  height: charHeight,
  color: white,
);