class TextButtonStyle


Provides style values for the text button component.

Summary

Public companion functions

TextButtonStyle

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

TextButtonStyle

Default style variation for the textButton where all opinionated inner content is displayed in an extra large size.

TextButtonStyle

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

TextButtonStyle

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

Public companion functions

defaultTextButtonStyle

Added in 1.3.0-alpha06
fun defaultTextButtonStyle(): TextButtonStyle

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

extraLargeTextButtonStyle

Added in 1.3.0-alpha06
fun extraLargeTextButtonStyle(): TextButtonStyle

Default style variation for the textButton where all opinionated inner content is displayed in an extra large size.

largeTextButtonStyle

Added in 1.3.0-alpha06
fun largeTextButtonStyle(): TextButtonStyle

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

smallTextButtonStyle

Added in 1.3.0-alpha06
fun smallTextButtonStyle(): TextButtonStyle

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