isMobileZoomAnimation property
bool
get
isMobileZoomAnimation
Implementation
bool get isMobileZoomAnimation => _isMobileZoomAnimation;
set
isMobileZoomAnimation
(bool value)
Implementation
set isMobileZoomAnimation(bool value) {
_isMobileZoomAnimation = value;
notifyListeners();
}