Skip to main content

dropDownList function

[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. event_filter_bottomsheet
  3. dropDownList function
event_filter_bottomsheet library