RateWidget constructor Null safety
- {Key? key,
- int rate = 0,
- int maxRate = 5,
- double? width,
- double? height,
- EdgeInsets padding = Dimens.padding_small,
- EdgeInsets margin = Dimens.margin_zero,
- VisibilityMode visibility = VisibilityMode.Enable,
- DataCallback? onRate}