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.foundation
/
RippleConfiguration
Ripple
Configuration
@
Immutable
class
RippleConfiguration
(
val
color
:
Color
=
Color.Unspecified
,
val
rippleAlpha
:
RippleAlpha
?
=
null
)
Members
Constructors
Ripple
Configuration
Link copied to clipboard
constructor
(
color
:
Color
=
Color.Unspecified
,
rippleAlpha
:
RippleAlpha
?
=
null
)
Properties
color
Link copied to clipboard
val
color
:
Color
ripple
Alpha
Link copied to clipboard
val
rippleAlpha
:
RippleAlpha
?
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String