flutter_rating_null_safe library

Classes

FlutterRating
FlutterRating is a widget that displays a rating bar. The rating bar can be customized by changing the starCount, size, rating, mainAxisAlignment, allowHalfRating, borderColor, color, onRatingChanged

Typedefs

RatingChangeCallback = void Function(double rating)
RatingChangedCallback is the signature for a callback that reports that the user has selected a new rating. double is the new rating.