allowHalfRating property

bool allowHalfRating
final

Whether to allow half ratings. The default value is true. If allowHalfRating is true, the rating will be rounded to the nearest half. If allowHalfRating is false, the rating will be rounded to the nearest whole number.

Implementation

final bool allowHalfRating;