onCameraExposureAreaChanged property

(void Function(int x, int y, int width, int height)?) onCameraExposureAreaChanged
final

Occurs when the camera exposure area changes.

Implementation

final void Function(int x, int y, int width, int height)?
    onCameraExposureAreaChanged;