Overlay

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?)

Properties

Link copied to clipboard
val actionFireTrigger: ActionFireTrigger? = null
Link copied to clipboard
val autoRepeatAction: Boolean? = null
Link copied to clipboard
val autoRepeatInitialInterval: Long? = null
Link copied to clipboard
val autoRepeatSubsequentInterval: Long? = null
Link copied to clipboard
val backgroundAppearanceStrategy: BackgroundAppearanceStrategy? = null
Link copied to clipboard
val contentPadding: PaddingValues? = null
Link copied to clipboard
val forceAllocateSpaceForIcon: Boolean? = null
Link copied to clipboard
val horizontalAlignment: HorizontalAlignment? = null
Link copied to clipboard
val horizontalGapScaleFactor: Float? = null
Link copied to clipboard
val iconActiveFilterStrategy: IconFilterStrategy? = null
Link copied to clipboard
val iconDimension: Dp? = null
Link copied to clipboard
val iconDisabledFilterStrategy: IconFilterStrategy? = null
Link copied to clipboard
val iconEnabledFilterStrategy: IconFilterStrategy? = null
Link copied to clipboard
val isMenu: Boolean? = null
Link copied to clipboard
val popupMenuPresentationModel: CommandPopupMenuPresentationModel? = null
Link copied to clipboard
val popupPlacementStrategy: PopupPlacementStrategy? = null
Link copied to clipboard
val presentationState: CommandButtonPresentationState? = null
Link copied to clipboard
val sides: Sides? = null
Link copied to clipboard
val textClick: TextClick? = null
Link copied to clipboard
val textOverflow: TextOverflow? = null
Link copied to clipboard
val textStyle: TextStyle? = null
Link copied to clipboard
val toDismissPopupsOnActivation: Boolean? = null
Link copied to clipboard
val verticalGapScaleFactor: Float? = null