ManageStocksPage constructor

const ManageStocksPage({
  1. Key? key,
  2. InventoryLocalization? appLocalizations,
})

Implementation

const ManageStocksPage({
  super.key,
  super.appLocalizations,
});