SmoothProductCardFound constructor Null safety

const SmoothProductCardFound(
  1. {required dynamic product,
  2. required String heroTag,
  3. double elevation = 0.0,
  4. dynamic backgroundColor,
  5. dynamic handle,
  6. dynamic onLongPress,
  7. dynamic refresh,
  8. dynamic onTap}
)

Implementation

const SmoothProductCardFound({
  required this.product,
  required this.heroTag,
  this.elevation = 0.0,
  this.backgroundColor,
  this.handle,
  this.onLongPress,
  this.refresh,
  this.onTap,
});