Command Button Presentation Model
data class CommandButtonPresentationModel(presentationState: CommandButtonPresentationState, backgroundAppearanceStrategy: BackgroundAppearanceStrategy, horizontalAlignment: HorizontalAlignment, iconDimension: Dp?, iconDisabledFilterStrategy: IconFilterStrategy, iconEnabledFilterStrategy: IconFilterStrategy, iconActiveFilterStrategy: IconFilterStrategy, forceAllocateSpaceForIcon: Boolean, textStyle: TextStyle?, textOverflow: TextOverflow, popupPlacementStrategy: PopupPlacementStrategy, toDismissPopupsOnActivation: Boolean, autoRepeatAction: Boolean, autoRepeatInitialInterval: Long, autoRepeatSubsequentInterval: Long, actionFireTrigger: ActionFireTrigger, popupMenuPresentationModel: CommandPopupMenuPresentationModel, textClick: TextClick, actionRichTooltipPresentationModel: RichTooltipPresentationModel, popupRichTooltipPresentationModel: RichTooltipPresentationModel, contentPadding: PaddingValues, horizontalGapScaleFactor: Float, verticalGapScaleFactor: Float, minWidth: Dp, isMenu: Boolean, sides: Sides) : PresentationModel
Content copied to clipboard
Types
Link copied to clipboard
data class Overlay(presentationState: CommandButtonPresentationState?, backgroundAppearanceStrategy: BackgroundAppearanceStrategy?, horizontalAlignment: HorizontalAlignment?, iconDimension: Dp?, iconDisabledFilterStrategy: IconFilterStrategy?, iconEnabledFilterStrategy: IconFilterStrategy?, iconActiveFilterStrategy: IconFilterStrategy?, forceAllocateSpaceForIcon: Boolean?, textStyle: TextStyle?, textOverflow: TextOverflow?, popupPlacementStrategy: PopupPlacementStrategy?, toDismissPopupsOnActivation: Boolean?, autoRepeatAction: Boolean?, autoRepeatInitialInterval: Long?, autoRepeatSubsequentInterval: Long?, actionFireTrigger: ActionFireTrigger?, popupMenuPresentationModel: CommandPopupMenuPresentationModel?, textClick: TextClick?, contentPadding: PaddingValues?, horizontalGapScaleFactor: Float?, verticalGapScaleFactor: Float?, isMenu: Boolean?, sides: Sides?)
Content copied to clipboard
Functions
Link copied to clipboard
fun overlayWith(overlay: CommandButtonPresentationModel.Overlay): CommandButtonPresentationModel
Content copied to clipboard