discountBannerTextStyle top-level property
Implementation
TextStyle discountBannerTextStyle = TextStyle(
fontFamily: fontFamily,
fontSize: discountBannerTextSize,
fontWeight: FontWeight.w500,
height: charHeight,
color: white,
);
TextStyle discountBannerTextStyle = TextStyle(
fontFamily: fontFamily,
fontSize: discountBannerTextSize,
fontWeight: FontWeight.w500,
height: charHeight,
color: white,
);