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
It would be nice to be able to tween the actual size of things, probably using SizedBox and FractionallySizedBox internally:
SizedBox
FractionallySizedBox
Button().animate().width(begin: 40, end: 200); Button().animate().size(begin: Offset.zero, end: Offset(50, 100); Button().animate().widthPct(begin: .2, end: 1); Button().animate().sizePct(begin: Offset.zero, end: Offset(1, 1));
The text was updated successfully, but these errors were encountered:
+1 Would love this, because with Scale on a single axis, it mess-up the aspect when using round corners and text.
Sorry, something went wrong.
No branches or pull requests
It would be nice to be able to tween the actual size of things, probably using
SizedBox
andFractionallySizedBox
internally:The text was updated successfully, but these errors were encountered: