You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22-14Lines changed: 22 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@
15
15
Fully customizable, draggable and animated switch with multiple choices and [smooth loading animation](#loading-animation). It has prebuilt constructors for rolling and size animations, but it also allows you to create your own switches with `CustomAnimatedToggleSwitch`.
16
16
`LTR` and `RTL` are both supported.
17
17
[Switches without an (initial) selection](#nullable-selection) are also possible.
18
-
Most builder arguments of `AnimatedToggleSwitch` have a standard and a custom version. This ensures that you can get started easily and still customize a lot if necessary.
18
+
Most builder arguments of `AnimatedToggleSwitch` have a standard and a custom version. This ensures that you can get started easily and still customize a lot if necessary. There are several options for [styling](#styling) it.
19
19
20
20
For a slider with a similar look you can check out [action_slider](https://pub.dev/packages/action_slider).
21
21
@@ -56,7 +56,8 @@ You can build any other switch with `CustomAnimatedToggleSwitch()`
0 commit comments