AddInventoryItemScreen constructor

const AddInventoryItemScreen({
  1. Key? key,
  2. InventoryItem? existingItem,
  3. int? itemIndex,
})

Implementation

const AddInventoryItemScreen({super.key, this.existingItem, this.itemIndex});