AddProductScreen constructor

const AddProductScreen({
  1. Key? key,
  2. Product? product,
})

Implementation

const AddProductScreen({super.key, this.product});