SmoothProductImage constructor Null safety

const SmoothProductImage(
  1. {required dynamic product,
  2. required double height,
  3. required double width}
)

Implementation

const SmoothProductImage({
  required this.product,
  required this.height,
  required this.width,
});