value class ButtonType


The type of button such as FAB/Icon/Text/IconText types

Summary

Public companion properties

ButtonType

FAB (Floating Action Button) type of image button.

ButtonType

Icon image button type.

ButtonType

Text button type.

ButtonType

Button with Text and Icon type.

Public companion properties

Fab

Added in 1.0.0-alpha06
val FabButtonType

FAB (Floating Action Button) type of image button.

Icon

Added in 1.0.0-alpha06
val IconButtonType

Icon image button type.

Text

Added in 1.0.0-alpha06
val TextButtonType

Text button type.

TextIcon

Added in 1.0.0-alpha06
val TextIconButtonType

Button with Text and Icon type.