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