ButtonStyle


class ButtonStyle


Provides style values for the pill shape button component.

Summary

Public companion functions

ButtonStyle

Default style variation for the button where all opinionated inner content is displayed in a medium size.

ButtonStyle

Default style variation for the button where all opinionated inner content is displayed in a large size.

ButtonStyle

Default style variation for the button where all opinionated inner content is displayed in a small size.

Public companion functions

defaultButtonStyle

Added in 1.3.0-beta01
fun defaultButtonStyle(): ButtonStyle

Default style variation for the button where all opinionated inner content is displayed in a medium size.

largeButtonStyle

Added in 1.3.0-beta01
fun largeButtonStyle(): ButtonStyle

Default style variation for the button where all opinionated inner content is displayed in a large size.

smallButtonStyle

Added in 1.3.0-beta01
fun smallButtonStyle(): ButtonStyle

Default style variation for the button where all opinionated inner content is displayed in a small size.