toggle menu
Litho
androidJvm
switch theme
search in API
litho-core
/
com.facebook.litho
/
handle
handle
inline
fun
handle
(
handle
:
Handle
,
crossinline
componentLambda
:
(
)
->
Component
)
:
Component
Sets a handle on the given Component returned in the lambda, e.g.
handle(Handle()) { Text(...) }
Content copied to clipboard