defaultOfferStyle top-level constant

TextStyle const defaultOfferStyle

Implementation

const defaultOfferStyle = TextStyle(
  fontFamily: fontFamily,
  fontWeight: normalWeight,
  color: greenColor,
  fontSize: 9.0,
);