dropDownList method
[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
- explore_events_demo
- DemoExploreEvents
- dropDownList method