ZEDropDown constructor

ZEDropDown({
  1. String? title,
  2. String? hint,
  3. required List<String> items,
  4. required ListController<String> controller,
})

Implementation

ZEDropDown({this.title, this.hint, required this.items, required this.controller});