AddInventoryItemScreen constructor
const
AddInventoryItemScreen({
- Key? key,
- InventoryItem? existingItem,
- int? itemIndex,
Implementation
const AddInventoryItemScreen({super.key, this.existingItem, this.itemIndex});