isResolvingImage property
true if the image is being resolved, else false
Implementation
bool get isResolvingImage =>
_resolutionState == _NowPlayingImageResolutionState.resolving;
true if the image is being resolved, else false
bool get isResolvingImage =>
_resolutionState == _NowPlayingImageResolutionState.resolving;