How to Retrieve data from realtime database and show in dropdownbutton flutter

后端 未结 0 1413
予麋鹿
予麋鹿 2020-11-28 17:33

DropdownButton( items: _Str.map((String selectItem) { return DropdownMenuItem( child: Text(selectItem), value: selectItem, ); }).toList(), onChanged: (String str) { setState

相关标签:
回答
  • 消灭零回复
提交回复
热议问题