ProductPage constructor Null safety

const ProductPage(
  1. dynamic product
)

Implementation

const ProductPage(this.product);