Rating
Rating
MUIRatingBar
Properties
Example Usage
Notes
Last updated
Last updated
MUIRatingBar(
selectedCount: 3,
icon: Icons.star_rounded,
iconOutlined: Icons.star_border_rounded,
borderColor: Colors.grey,
selectedColor: Colors.orange,
itemCount: 5,
size: 24,
onChanged: (count) {
// Handle rating change
},
);