isOpened property
Checks if the current slider for video camera is open
Implementation
bool get isOpened => _isOpened;
Implementation
set isOpened(bool value) {
_isOpened = value;
notifyListeners();
}
Checks if the current slider for video camera is open
bool get isOpened => _isOpened;
set isOpened(bool value) {
_isOpened = value;
notifyListeners();
}