CommandButtonPanelProjection

class CommandButtonPanelProjection(contentModel: CommandPanelContentModel, presentationModel: CommandPanelPresentationModel, overlays: Map<Command, CommandButtonPresentationModel.Overlay>?)

Functions

project
Link copied to clipboard
@Composable
fun project(modifier: Modifier = Modifier)

Properties

contentModel
Link copied to clipboard
val contentModel: CommandPanelContentModel
overlays
Link copied to clipboard
val overlays: Map<Command, CommandButtonPresentationModel.Overlay>? = null
presentationModel
Link copied to clipboard
val presentationModel: CommandPanelPresentationModel