EmptyCartScreen constructor
const
EmptyCartScreen({
- Key? key,
- required bool isTablet,
- required bool isPickerMode,
- required VoidCallback onScanBarcode,
- required VoidCallback onEnterBarcodeManually,
Implementation
const EmptyCartScreen({
super.key,
required this.isTablet,
required this.isPickerMode,
required this.onScanBarcode,
required this.onEnterBarcodeManually,
});