SplitterSide
constructor(animation: SideAnimation? = null, swipeable: Boolean? = null, collapse: Collapse? = null, side: Side? = null, className: String? = null, init: SplitterSide.() -> Unit? = null)(source)
Creates a splitter side component.
Parameters
animation
an animation type
swipeable
whether to enable swipe interaction on collapse mode
collapse
specify the collapse behavior
side
specify which side of the screen the side menu is located
className
CSS class names
init
an initializer extension function