Object

ExpandableItemsDefaults

Contains the default values used by Expandable components.

Source set: Android
public object ExpandableItemsDefaults

Contains the default values used by Expandable components.

Properties

expandAnimationSpec

Source set: Android
public val expandAnimationSpec: AnimationSpec<Float>

Default animation used to show extra information.

collapseAnimationSpec

Source set: Android
public val collapseAnimationSpec: AnimationSpec<Float>

Default animation used to hide extra information.

Last updated: