Composite Layer State Holder
class CompositeLayerStateHolder(layerable: Layerable, components: InternalComponentContainer)
Content copied to clipboard
A CompositeLayerStateHolder can be used to compose an InternalLayerable and an InternalComponentContainer's layerStates. All InternalLayerable operations are delegated to layerable, but layerStates will contain the states of components as well.
Constructors
CompositeLayerStateHolder
Link copied to clipboard
fun CompositeLayerStateHolder(layerable: Layerable, components: InternalComponentContainer)
Content copied to clipboard
Functions
Sources
(source)
Link copied to clipboard