Compose Preview Lab
Toggle table of contents
0.1.0-dev09
common
Target filter
common
Switch theme
Search in API
Skip to content
Compose Preview Lab
ui
/
me.tbsten.compose.preview.lab.ui.components
/
IconButtonStyle
Icon
Button
Style
@
Immutable
data
class
IconButtonStyle
(
val
colors
:
IconButtonColors
,
val
shape
:
Shape
,
val
elevation
:
ButtonElevation
?
=
null
)
Members
Constructors
Icon
Button
Style
Link copied to clipboard
constructor
(
colors
:
IconButtonColors
,
shape
:
Shape
,
elevation
:
ButtonElevation
?
=
null
)
Properties
colors
Link copied to clipboard
val
colors
:
IconButtonColors
elevation
Link copied to clipboard
val
elevation
:
ButtonElevation
?
shape
Link copied to clipboard
val
shape
:
Shape