ScannerGuideSheet constructor
- Key? key,
- required DraggableScrollableController controller,
- bool isProcessing = false,
- bool isSuccess = false,
- String? error,
- VoidCallback? onDismissError,
Implementation
const ScannerGuideSheet({
super.key,
required this.controller,
this.isProcessing = false,
this.isSuccess = false,
this.error,
this.onDismissError,
});