-
- All Implemented Interfaces:
public final class RememberImageComponentKt
-
-
Method Summary
Modifier and Type Method Description final static ImagePluginComponentrememberImageComponent(Function1<ImagePluginComponent, Unit> block)Create and remember the new instance of ImageComponent that implements ImagePluginComponent on the memory. -
-
Method Detail
-
rememberImageComponent
@Composable() final static ImagePluginComponent rememberImageComponent(Function1<ImagePluginComponent, Unit> block)
Create and remember the new instance of ImageComponent that implements ImagePluginComponent on the memory.
-
-
-
-