Package-level declarations
Types
Link copied to clipboard
A class for defining layout directions. A layout direction can be left-to-right (LTR) or right-to-left (RTL). It can also be inherited (from a parent) or deduced from the default language script of a locale.
Link copied to clipboard
class RenderWithConstraints(style: Style? = null, render: RenderWithConstraintsScope.(SizeConstraints) -> Component?) : Component
Link copied to clipboard