rememberJellyFabState

@Composable
fun rememberJellyFabState(initialExpanded: Boolean = false, initialSecondaryExpanded: Boolean = false): JellyFabState

Creates and remembers a JellyFabState for controlling the open/closed state of the JellyFab. Users may replace this with their own state to control it externally.