We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No description provided.
The text was updated successfully, but these errors were encountered:
Vertical switches are not yet supported, but are already planned.
Sorry, something went wrong.
@shreyas-jadhav Currently you can use RotatedBox for rotating your switch and its content:
RotatedBox
RotatedBox( quarterTurns: 1, child: AnimatedToggleSwitch( iconBuilder: (value) => RotatedBox(quarterTurns: -1, child: ...), ... ), )
Does this work for you?
I have now added a vertical() method to AnimatedToggleSwitch. You can use this in your pubspec.yaml to test this new feature :
vertical()
AnimatedToggleSwitch
pubspec.yaml
animated_toggle_switch: git: url: https://github.com/splashbyte/animated_toggle_switch.git ref: 61-vertical-switch
maeddin
Successfully merging a pull request may close this issue.
No description provided.
The text was updated successfully, but these errors were encountered: