ExpandableWidgetHelper

ExpandableWidgetHelper is a helper class for writing custom ExpandableWidgets and . Please see the interface documentation when implementing your custom class.

Constructors

Link copied to clipboard
constructor(widget: ExpandableWidget)
Call this from the constructor.

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open fun isExpanded(): Boolean
Call this from isExpanded.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun setExpanded(expanded: Boolean): Boolean
Call this from setExpanded.