草庐IT

drop-down-menu - 无法在小部件中找到方法 'SetState'

我有一个稍后在我的主脚手架文件中调用的小部件。这个小部件包含一个下拉菜单,但是,我无法在选择另一个值时更改状态。该字段不更新,我收到错误消息“错误:找不到方法:'setState'。设置状态((){'^^^^^^^^我已经更新了setState方法并从中删除了代码,但它仍然说找不到该方法。child:DropdownButton(hint:Text('Medical'),value:_selectedCustomerType,onChanged:(newValue){setState((){_selectedCustomerType=newValue;});},items:_custo

drop-down-menu - 无法在小部件中找到方法 'SetState'

我有一个稍后在我的主脚手架文件中调用的小部件。这个小部件包含一个下拉菜单,但是,我无法在选择另一个值时更改状态。该字段不更新,我收到错误消息“错误:找不到方法:'setState'。设置状态((){'^^^^^^^^我已经更新了setState方法并从中删除了代码,但它仍然说找不到该方法。child:DropdownButton(hint:Text('Medical'),value:_selectedCustomerType,onChanged:(newValue){setState((){_selectedCustomerType=newValue;});},items:_custo