VisibilityProvidingCompositeViewModel

A composite view model that provides visibility and holds multiple view model instances.

Properties

Link copied to clipboard
abstract val viewModels: List<T>

The view models that are held.

Inherited properties

Link copied to clipboard
abstract val isVisible: Boolean

Whether the instance should be visible.

Inheritors