dropDownList function
[Widget] dropDownList(
- [[ExploreEventsViewModel] model, ]
- [[BuildContext] context]
)
Shows a list of dropdown taken from model and context.
params:
model: contains the events datacontext: the overall context of UI
returns:
Widget: the dropdown
Implementation
Widget dropDownList(
ExploreEventsViewModel model,
BuildContext context,
)
- talawa
- event_filter_bottomsheet
- dropDownList function