|
|
Answered by
maeddin
Nov 5, 2024
Replies: 1 comment 2 replies
|
Currently you cannot implement this with Would that be a solution for you? Otherwise I would first have to see how to implement the feature in |
2 replies
Answer selected by
Anderzzon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Currently you cannot implement this with
AnimatedToggleSwitch(I guess). However, you can do it withCustomAnimatedToggleSwitch. Here you can set everything, but you also have to implement more yourself, as more parameters are required. If you get stuck with the implementation, you are welcome to ask here.Would that be a solution for you? Otherwise I would first have to see how to implement the feature in
AnimatedToggleSwitchwithout breaking changes.