defaultRatingCountStyle top-level constant

TextStyle const defaultRatingCountStyle

Implementation

const defaultRatingCountStyle = TextStyle(
  fontFamily: fontFamily,
  fontWeight: normalWeight,
  color: greyColor,
  fontSize: 9.0,
);