Command Popup Menu Panel Presentation Model
data class CommandPopupMenuPanelPresentationModel(layoutSpec: MenuPopupPanelLayoutSpec, contentPadding: PaddingValues, contentGap: Dp, showGroupLabels: Boolean, commandPresentationState: CommandButtonPresentationState, commandIconDimension: Dp, commandContentPadding: PaddingValues, commandTextStyle: TextStyle?, commandTextOverflow: TextOverflow, commandHorizontalAlignment: HorizontalAlignment, commandHorizontalGapScaleFactor: Float, commandVerticalGapScaleFactor: Float, iconDisabledFilterStrategy: IconFilterStrategy, iconEnabledFilterStrategy: IconFilterStrategy, iconActiveFilterStrategy: IconFilterStrategy) : PresentationModel
Content copied to clipboard