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

Getting AnimationController from ExpansionTile #27842

Open
zencubic opened this issue Feb 12, 2019 · 0 comments
Open

Getting AnimationController from ExpansionTile #27842

zencubic opened this issue Feb 12, 2019 · 0 comments
Labels
c: new feature Nothing broken; request for a new capability f: material design flutter/packages/flutter/material repository. framework flutter/packages/flutter repository. See also f: labels. P2 Important issues not at the top of the work list team-design Owned by Design Languages team triaged-design Triaged by Design Languages team

Comments

@zencubic
Copy link

zencubic commented Feb 12, 2019

Im trying to make an ExpansionTile with a custom trailing AnimatedIcon:

ExpansionTile(title: Text("Test"), trailing: AnimatedIcon(icon: AnimatedIcons.home_menu, progress: ???))

However I can't get the progress value from the ExpansionTile, because it's stored in a private variable

AnimationController _controller;
. Am I missing something or is it impossible for now to subscribe to that value?

@zoechi zoechi added c: new feature Nothing broken; request for a new capability framework flutter/packages/flutter repository. See also f: labels. f: material design flutter/packages/flutter/material repository. labels Feb 12, 2019
@zoechi zoechi added this to the Goals milestone Feb 12, 2019
@kf6gpe kf6gpe added the P2 Important issues not at the top of the work list label May 29, 2020
@Hixie Hixie removed this from the None. milestone Aug 17, 2020
@flutter-triage-bot flutter-triage-bot bot added multiteam-retriage-candidate team-design Owned by Design Languages team triaged-design Triaged by Design Languages team labels Jul 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: new feature Nothing broken; request for a new capability f: material design flutter/packages/flutter/material repository. framework flutter/packages/flutter repository. See also f: labels. P2 Important issues not at the top of the work list team-design Owned by Design Languages team triaged-design Triaged by Design Languages team
Projects
None yet
Development

No branches or pull requests

4 participants