Anyone know why “pageCount” is marked as internal ...
# compose-android
m
Anyone know why “pageCount” is marked as internal in the foundation “PagerState” object? It seems to me like knowing the total count of possible pages might actually be something you’d need. In particular, we’re trying to attach a dotted indicator to the PagerState, and without that value, we don’t know how many dots to draw.
y
This has just changed in latest alphas.
Which version are you on?