Splitter Side
open class SplitterSide(animation: SideAnimation? = null, swipeable: Boolean? = null, collapse: Collapse? = null, side: Side? = null, className: String? = null, init: SplitterSide.() -> Unit? = null)
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
class Name
CSS class names
init
an initializer extension function
Constructors
Link copied to clipboard
constructor(animation: SideAnimation? = null, swipeable: Boolean? = null, collapse: Collapse? = null, side: Side? = null, className: String? = null, init: SplitterSide.() -> Unit? = null)
Creates a splitter side component.