animated_tree_view icon indicating copy to clipboard operation
animated_tree_view copied to clipboard

Please make AnimationController in ExpansionIndicatorState public

Open Chris1234567899 opened this issue 10 months ago • 0 comments

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?

Chris1234567899 avatar Apr 04 '24 14:04 Chris1234567899