-
public final class ArtboardKt
-
-
Method Summary
-
-
Method Detail
-
rememberArtboard
@Composable() final static Artboard rememberArtboard(RiveFile file, String artboardName)
Creates an Artboard from the given RiveFile.
The lifetime of the Artboard is managed by this composable. It will release the resources allocated to the artboard when it falls out of scope.
- Parameters:
file- The RiveFile to instantiate the artboard from.artboardName- The name of the artboard to load.
-
-
-
-