Skip to content
New issue

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

add how to use strengthColors to docs. #12

Open
kenthinson opened this issue Apr 3, 2021 · 0 comments
Open

add how to use strengthColors to docs. #12

kenthinson opened this issue Apr 3, 2021 · 0 comments

Comments

@kenthinson
Copy link

kenthinson commented Apr 3, 2021

Hello. I'm trying to change the strengthColors colors. I am unable to do so. Would you be able to add and example to the readme? Thank you.

TweenSequence<Color>([ TweenSequenceItem( weight: 1.0, tween: ColorTween( begin: Theme.of(context).errorColor, end: Theme.of(context).warning, ), ), TweenSequenceItem( weight: 1.0, tween: ColorTween( begin: Theme.of(context).warning, end: Colors.blue, ), ), TweenSequenceItem( weight: 1.0, tween: ColorTween( begin: Colors.blue, end: Theme.of(context) .colorScheme .primary, ), ), ]),
Screen Shot 2021-04-03 at 8 44 26 AM

@kenthinson kenthinson changed the title change default color tween add how to use strengthColors to docs. Apr 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant