Skip to content

Commit

Permalink
Update a parameter documentation in README
Browse files Browse the repository at this point in the history
  • Loading branch information
mahozad committed Jul 9, 2024
1 parent e1631d3 commit 9bbfe66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ fun MyComposable() {
waveHeight = 16.dp, // Set this to 0.dp to make the Slider flat
waveVelocity = 15.dp to HEAD, // Speed per second and its direction
waveThickness = 4.dp, // Defaults to 4.dp irregardless of variant
trackThickness = 4.dp, // Defaults to values based on Material 2/3
trackThickness = 4.dp, // Defaults to a thickness based on variant
incremental = false, // Whether to gradually increase waveHeight
// animationSpecs = ... // Customize various animations of the wave
)
Expand Down

0 comments on commit 9bbfe66

Please sign in to comment.