Skip to content
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

indicatorSize can't be changed #52

Closed
wangcheng319 opened this issue Jan 17, 2024 · 2 comments
Closed

indicatorSize can't be changed #52

wangcheng319 opened this issue Jan 17, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@wangcheng319
Copy link

wangcheng319 commented Jan 17, 2024

AnimatedToggleSwitch.dual(
current: logic.state.switchState,
first: false,
second: true,
spacing: 0,
indicatorSize: Size(100, 40.h),)

AnimatedToggleSwitch.dual(
current: logic.state.switchState,
first: false,
second: true,
spacing: 0,
indicatorSize: Size(200, 40.h),)

@maeddin
Copy link
Member

maeddin commented Feb 6, 2024

When I adjust the indicatorSize everything works. I need a reproducible example to be able to check this issue.

@maeddin maeddin self-assigned this Feb 8, 2024
@maeddin maeddin added the bug Something isn't working label Feb 8, 2024
@maeddin
Copy link
Member

maeddin commented Feb 27, 2024

@wangcheng319 I am closing this issue. You can open it again if the problem persists.

@maeddin maeddin closed this as completed Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants