-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to padding indicator dot with const value? #34
Comments
Hey @alien142, thanks for the issue. Can you provide an example or images on what you're trying to achieve? |
@JHBitencourt Sure, I want indicator dot straight to the title. It's not correctly for all item if set indicatorXY value because each item will have different content size |
If each end child has a random height then the indicator doesn't align with the indicator. |
facing same problem |
You can set the indicator style height as static, then add margin to the custom indicator
|
Use indicatorXY, I can change dot indicator location. But each item in the listview will have a different content size, so if I dont set indicatorXY: 0.5, dot indicator position problem will occur.
If I set indicatorXY: 0.0 and set padding top, the beforeLineStyle will be disappear.
I am looking for a solution can help me modify only dot indicator with const padding.
The text was updated successfully, but these errors were encountered: