CommandButtonProjection

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

Functions

Link copied to clipboard
@Composable
fun project(modifier: Modifier = Modifier, actionInteractionSource: MutableInteractionSource = remember { MutableInteractionSource() }, popupInteractionSource: MutableInteractionSource = remember { MutableInteractionSource() })

Properties

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