Skip to content

Instantly share code, notes, and snippets.

@oas004
Created December 7, 2022 22:24
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/a87b8ddc54700ee27ce9c8e19dfa9a8f to your computer and use it in GitHub Desktop.
Save oas004/a87b8ddc54700ee27ce9c8e19dfa9a8f to your computer and use it in GitHub Desktop.
@Composable
public fun SquareSegmentedProgressIndicator(
modifier: Modifier = Modifier,
progress: Float,
strokeWidth: Dp = ProgressIndicatorDefaults.StrokeWidth,
trackColor: Color = MaterialTheme.colors.onBackground.copy(alpha = 0.1f),
cornerRadiusDp: Dp = 10.dp,
trackSegments: List<ProgressIndicatorSegment>,
paddingDp: Dp = ProgressIndicatorDefaults.StrokeWidth
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment