const CameraOverlay({ Key? key, required this.colors, required this.width, required this.height, }) : super(key: key);