BackIdScanner constructor
const
BackIdScanner({})
Implementation
const BackIdScanner({
Key? controller,
required this.onSuccess,
this.initialDirection = CameraLensDirection.back,
this.showOverlay = true,
}) : super(key: controller);