RateWidget constructor Null safety

RateWidget(
  1. {Key? key,
  2. int rate = 0,
  3. int maxRate = 5,
  4. double? width,
  5. double? height,
  6. EdgeInsets padding = Dimens.padding_small,
  7. EdgeInsets margin = Dimens.margin_zero,
  8. VisibilityMode visibility = VisibilityMode.Enable,
  9. DataCallback? onRate}
)