PumpListScreen constructor

const PumpListScreen({
  1. Key? key,
  2. required String pumpImagePath,
  3. required String nozzleImagePath,
  4. required String strRoCode,
  5. required String strUserId,
  6. required TransactionPressedCallback onTransactionPressed,
})

Implementation

const PumpListScreen({
  Key? key,
  required this.pumpImagePath,
  required this.nozzleImagePath,
  required this.strRoCode,
  required this.strUserId,
  required this.onTransactionPressed,
}) : super(key: key);