PR feedback

Change-Id: I6e9f4a2ba53e81d32d07e229eb848541801eca18
pull/1837/head
TJ Dahunsi 2 years ago
parent 7a889b64a6
commit f77f6c134d

@ -101,10 +101,11 @@ private value class ScrollbarTrack(
/** /**
* Creates a [ScrollbarState] with the listed properties * Creates a [ScrollbarState] with the listed properties
* @param thumbSizePercent the thumb size of the scrollbar as a percentage of the total track size * @param thumbSizePercent the thumb size of the scrollbar as a percentage of the total track size.
* Refers to either the thumb width (for horizontal scrollbars)
* or height (for vertical scrollbars).
* @param thumbDisplacementPercent the distance the thumb has traveled as a percentage of total * @param thumbDisplacementPercent the distance the thumb has traveled as a percentage of total
* track size. Refers to either the thumb width (for horizontal scrollbars) * track size.
* or height (for vertical scrollbars).
*/ */
fun ScrollbarState( fun ScrollbarState(
thumbSizePercent: Float, thumbSizePercent: Float,

Loading…
Cancel
Save