StockOrderScreen constructor

const StockOrderScreen({
  1. Key? key,
  2. required String checkInId,
  3. bool isDealerFlow = false,
})

Implementation

const StockOrderScreen({
  super.key,
  // required this.partnerId,
  required this.checkInId,
  this.isDealerFlow = false,
});