iosscrollIndicatorInsets {top: number, left: number, bottom: number, right: number}
The amount by which the scroll view indicators are inset from the edges of the scroll view. This should normally be set to the same value as the contentInset
. Defaults to {0, 0, 0, 0}
.
Please login to continue.