CameraView constructor
const
CameraView({
- Key? key,
- BeautyCamCallback? onCreated,
Implementation
const CameraView({Key? key, this.onCreated}) : super(key: key);
const CameraView({Key? key, this.onCreated}) : super(key: key);