skip to Main Content

DropdownButton2 flutter onTap

I'm trying to navigate (scroll) to the end of the page when I tap on my "DropdownButton2" to show all my items using: scrollController.animateTo(         scrollController.position.maxScrollExtent,        duration: Duration(milliseconds: 40),        curve: Curves.easeInOut,…

VIEW QUESTION
Back To Top
Search