CameraWithOverlay constructor
CameraWithOverlay({})
Implementation
CameraWithOverlay(
{Key? key,
required this.imageName,
required this.moveAhead,
required this.threshold,
this.bgColor,
this.language = "en"})
: super(key: key);