JchuComponents
Toggle table of contents
3.0.0-alpha07
release
Target filter
release
Switch theme
Search in API
Skip to content
JchuComponents
jchucomponents-ui
/
com.jeluchu.jchucomponents.ui.composables.particles
Package-level
declarations
Types
Functions
Types
Particle
Model
Link copied to clipboard
data
class
ParticleModel
(
val
verticalFraction
:
Float
,
val
horizontalFraction
:
Float
,
val
initialScale
:
Float
,
val
duration
:
Int
,
val
emoji
:
String
)
Functions
Particles
Link copied to clipboard
@
Composable
fun
Particles
(
modifier
:
Modifier
,
quantity
:
Int
,
emoji
:
String
,
visible
:
Boolean
)