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

Please make AnimationController in ExpansionIndicatorState public #45

Closed
Chris1234567899 opened this issue Apr 4, 2024 · 0 comments · Fixed by #51
Closed

Please make AnimationController in ExpansionIndicatorState public #45

Chris1234567899 opened this issue Apr 4, 2024 · 0 comments · Fixed by #51

Comments

@Chris1234567899
Copy link

Hi, thanks for the great package. A minor thing though:
For simplifying the process of creating a custom ExpansionIndicator (extending the abstract ExpansionIndicatorState class), it would be nice to get public access to its AnimationController.

Right now it is private:
late final AnimationController _controller = AnimationController(
duration: animationDuration,
vsync: this,
);

Could you make it public by removing the underscore pls?

jawwad-hassan89 added a commit to jawwad-hassan89/animated_tree_view that referenced this issue Aug 9, 2024
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

Successfully merging a pull request may close this issue.

1 participant