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