const StarDisplayWidget({ Key? key, this.value = 0, required this.filledStar, required this.unfilledStar, }) : super(key: key);