defaultRatingStyle top-level constant

TextStyle const defaultRatingStyle

Implementation

const defaultRatingStyle = TextStyle(
  fontFamily: fontFamily,
  fontWeight: normalWeight,
  color: whiteColor,
  backgroundColor: greenColor,
  fontSize: 9.0,
);