autofocus property
Whether the camera should autofocus.
Implementation
bool get autofocus => _autofocus;
Whether the camera should autofocus.
Implementation
set autofocus(bool value) {
_autofocus = value;
notifyListeners();
}
Whether the camera should autofocus.
bool get autofocus => _autofocus;
Whether the camera should autofocus.
set autofocus(bool value) {
_autofocus = value;
notifyListeners();
}