state_management\drop_down_state library

Classes

This is a provider class for the drop down menu state for state managment in order to be able to view the selected data from the drop down list _selectedIndex is a private variable of type int and its late that holds the selected index in the list and we have public getter that returns it and public setter that sets it It will notify all listerners that data has changed