focus property
The focus level, if autofocus is disabled.
Implementation
double get focus => _focus;
The focus level, if autofocus is disabled.
Implementation
set focus(double value) {
_focus = value;
notifyListeners();
}
The focus level, if autofocus is disabled.
double get focus => _focus;
The focus level, if autofocus is disabled.
set focus(double value) {
_focus = value;
notifyListeners();
}