focus property

int focus

The focus of the camera.

Implementation

int get focus => get(28).toInt();
void focus=(int value)

Implementation

set focus(int value) => set(28, value.toDouble());