Function

requireLayoutDirection

Returns the current LayoutDirection of the LayoutNode that this DelegatableNode is attached to.

requireLayoutDirection

Source set: Common
fun DelegatableNode.requireLayoutDirection(): LayoutDirection

Returns the current LayoutDirection of the LayoutNode that this DelegatableNode is attached to. If the node is not attached, this function will throw an IllegalStateException.

Last updated: