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