Honza0297/ITU

make appbar changing colors by the current tab

Closed this issue · 3 comments

make appbar changing colors by the current tab

https://stackoverflow.com/questions/50123354/how-to-get-current-tab-index-in-flutter
DefaultTabCotnroller.of(context).index gets the current index which should be enough to change colors according to current tab

Solved by #7.
Closing.