isScaleStateZooming property

bool isScaleStateZooming

Implementation

bool get isScaleStateZooming =>
    this == PhotoViewScaleState.zoomedIn ||
    this == PhotoViewScaleState.zoomedOut;