Source set: Common
public class ToggleButtonSize internal constructor(public val height: Dp)
Represents the size of a ToggleButton.
Changing the toggle button size will affect default values used by a toggle button, such as container height, shapes, padding, icon size, and icon spacing.
Members
Companion
Source set: Common
public companion object
Properties
ExtraSmall
Source set: Common
public val ExtraSmall: ToggleButtonSize =
ToggleButtonSize(ButtonDefaults.ExtraSmallContainerHeight)
Extra Small toggle button size.
Small
Source set: Common
public val Small: ToggleButtonSize = ToggleButtonSize(ToggleButtonDefaults.MinHeight)
Small toggle button size.
Medium
Source set: Common
public val Medium: ToggleButtonSize = ToggleButtonSize(ButtonDefaults.MediumContainerHeight)
Medium toggle button size.
Large
Source set: Common
public val Large: ToggleButtonSize = ToggleButtonSize(ButtonDefaults.LargeContainerHeight)
Large toggle button size.
ExtraLarge
Source set: Common
public val ExtraLarge: ToggleButtonSize =
ToggleButtonSize(ButtonDefaults.ExtraLargeContainerHeight)
Extra Large toggle button size.