-
|
Beta Was this translation helpful? Give feedback.
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 |
Beta Was this translation helpful? Give feedback.
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
AnimatedToggleSwitch
without breaking changes.