Skip to content

Instantly share code, notes, and snippets.

@oas004
Created December 7, 2022 22:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oas004/6c7f82a96ec8c2c7dd4dd58bdce4a6c4 to your computer and use it in GitHub Desktop.
Save oas004/6c7f82a96ec8c2c7dd4dd58bdce4a6c4 to your computer and use it in GitHub Desktop.
// The provided segments are a list of these
public data class ProgressIndicatorSegment(
val weight: Float,
val indicatorColor: Color,
val trackColor: Color? = null,
val inProgressTrackColor: Color? = null
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment