toggle menu
stream-chat-android
6.6.0
androidJvm
switch theme
search in API
stream-chat-android-compose
/
io.getstream.chat.android.compose.ui.theme
/
WaveformThumbStyle
Waveform
Thumb
Style
data
class
WaveformThumbStyle
(
val
widthDefault
:
Dp
,
val
widthPressed
:
Dp
,
val
backgroundColor
:
Color
,
val
backgroundShape
:
Shape
,
val
borderColor
:
Color
,
val
borderShape
:
Shape
,
val
borderWidth
:
Dp
)
Represents the style for the waveform thumb.
Members
Constructors
Waveform
Thumb
Style
Link copied to clipboard
constructor
(
widthDefault
:
Dp
,
widthPressed
:
Dp
,
backgroundColor
:
Color
,
backgroundShape
:
Shape
,
borderColor
:
Color
,
borderShape
:
Shape
,
borderWidth
:
Dp
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
background
Color
Link copied to clipboard
val
backgroundColor
:
Color
background
Shape
Link copied to clipboard
val
backgroundShape
:
Shape
border
Color
Link copied to clipboard
val
borderColor
:
Color
border
Shape
Link copied to clipboard
val
borderShape
:
Shape
border
Width
Link copied to clipboard
val
borderWidth
:
Dp
width
Default
Link copied to clipboard
val
widthDefault
:
Dp
width
Pressed
Link copied to clipboard
val
widthPressed
:
Dp