Defines visual style of scrollbars (thickness, shapes, colors, etc). Can be passed as a parameter of scrollbar through LocalScrollbarStyle

Summary

Public constructors

ScrollbarStyle(
    minimalHeight: Dp,
    thickness: Dp,
    shape: Shape,
    hoverDurationMillis: Int,
    unhoverColor: Color,
    hoverColor: Color
)
android

Public properties

Color
android
Int
android
Dp
android
Shape
android
Dp
android
Color
android

Public constructors

ScrollbarStyle

ScrollbarStyle(
    minimalHeight: Dp,
    thickness: Dp,
    shape: Shape,
    hoverDurationMillis: Int,
    unhoverColor: Color,
    hoverColor: Color
)

Public properties

hoverColor

val hoverColorColor

hoverDurationMillis

val hoverDurationMillisInt

minimalHeight

val minimalHeightDp

shape

val shapeShape

thickness

val thicknessDp

unhoverColor

val unhoverColorColor