SmoothProductCarousel constructor Null safety

const SmoothProductCarousel(
  1. {bool containSearchCard = false,
  2. required double height}
)

Implementation

const SmoothProductCarousel({
  this.containSearchCard = false,
  required this.height,
});