草庐IT

crtIndex

全部标签

flutter - 选择单选按钮到主屏幕后如何从警报对话框传递数据

我在警报对话框中实现了4个单选按钮图block,并希望在选择任何单选按钮并将其显示到主屏幕后在OK按钮上传递数据,或者可以通过共享首选项存储数据然后发送class_MethodStateextendsState{int_crtIndex=1;@overrideWidgetbuild(BuildContextcontext){returnAlertDialog(title:Text("Methods"),content:ListView(children:[RadioListTile(value:1,groupValue:_crtIndex,title:Text("A"),activeC

flutter - 选择单选按钮到主屏幕后如何从警报对话框传递数据

我在警报对话框中实现了4个单选按钮图block,并希望在选择任何单选按钮并将其显示到主屏幕后在OK按钮上传递数据,或者可以通过共享首选项存储数据然后发送class_MethodStateextendsState{int_crtIndex=1;@overrideWidgetbuild(BuildContextcontext){returnAlertDialog(title:Text("Methods"),content:ListView(children:[RadioListTile(value:1,groupValue:_crtIndex,title:Text("A"),activeC