RatingStar constructor
const
RatingStar({})
Implementation
const RatingStar({
Key? key,
this.count = DEFAULT_COUNT,
this.selectedCount = 0,
this.space = DEFAULT_SPACE,
this.starBuilder,
this.onSelected,
this.color = const Color(0xFFF0F0F0),
this.activeColor,
this.canRatingZero = false,
this.size = 16.0,
}) : super(key: key);