isZoomed property

bool get isZoomed

Implementation

bool get isZoomed => _isZoomed;
set isZoomed (bool value)

Implementation

set isZoomed(bool value) {
  _isZoomed = value;
  notifyListeners();
}