isSpecified

abstract val isSpecified: Boolean

Whether this object contains non-placeholder values. This will be false when Modifier.zoomable is initializing and sufficient information to position and show its content is not yet available.

Until specified transformations are received, zoomable content should stay hidden. This is done automatically if ZoomableState.autoApplyTransformations is true.