ImprovTools
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
ImprovTools
app
/
com.brokenkernel.improvtools.application.presentation.api
Package-level
declarations
Types
Properties
Types
Bottom
Sheet
Content
Link copied to clipboard
internal
typealias
BottomSheetContent
=
@
Composable
ColumnScope
.
(
)
->
Unit
Properties
Local
Bottom
Sheet
Content
Manager
Link copied to clipboard
internal
val
LocalBottomSheetContentManager
:
ProvidableCompositionLocal
<
(
BottomSheetContent
)
->
Unit
>
Local
Snackbar
Host
State
Link copied to clipboard
internal
val
LocalSnackbarHostState
:
ProvidableCompositionLocal
<
SnackbarHostState
>