Skip to main content

dropDownList method

[Widget] dropDownList(

  1. [[ExploreEventsViewModel] model, ]
  2. [[BuildContext] context]

)

Shows a list of dropdown taken from model and context.

params:

  • model: contains the events data
  • context: the overall context of UI

returns:

  • Widget: the dropdown

Implementation

Widget dropDownList(ExploreEventsViewModel model, BuildContext context) 
  1. talawa
  2. explore_events_demo
  3. DemoExploreEvents
  4. dropDownList method
DemoExploreEvents class