ScrollIndicatorDefaults

Hold default configs for ScrollIndicator

Functions

Link copied to clipboard
@Stable
@Composable
fun scrollIndicatorColors(trackColor: Color = Color.Unspecified, indicatorColor: Color = Color.Unspecified, scrollMarksColor: Color = Color.Unspecified, backgroundColor: Color = Color.Unspecified): ScrollIndicatorColors
Link copied to clipboard
@Stable
@Composable
fun scrollIndicatorVibrants(trackVibrant: Vibrant = Vibrant.Unspecified, indicatorVibrant: Vibrant = Vibrant.Unspecified, scrollMarksVibrant: Vibrant = Vibrant.Unspecified, backgroundVibrant: Vibrant = Vibrant.Unspecified): ScrollIndicatorVibrants