ResizableWidget

interface ResizableWidget<W : Any> : Widget<W>

Implement this optional interface in all UIView Widget bindings that dynamically resize. Implementations should call SizeListener on each property changes that cause the widget's measured dimensions to change.

Types

Link copied to clipboard
interface SizeListener

Properties

Link copied to clipboard
abstract var modifier: Modifier
Link copied to clipboard
Link copied to clipboard
abstract val value: W