menu
farmfresh
farmer\add_product_screen.dart
AddProductScreen
AddProductScreen const constructor
AddProductScreen
dark_mode
light_mode
AddProductScreen
constructor
const
AddProductScreen
(
{
Key
?
key
,
Product
?
product
,
})
Implementation
const AddProductScreen({super.key, this.product});
farmfresh
add_product_screen
AddProductScreen
AddProductScreen const constructor
AddProductScreen class