我在文本字段中添加了语音识别,它可以工作,但我无法设法将文本添加到文本字段中,有没有办法做到这一点。文本框看起来像这样:Widget_buildDescriptionTextField(productBloc){returnStreamBuilder(stream:productBloc.messageStream,builder:(context,snapshot){returnTextField(maxLines:3,controller:_controllerMessage,onChanged:productBloc.messageSink,decoration:InputDec
我在文本字段中添加了语音识别,它可以工作,但我无法设法将文本添加到文本字段中,有没有办法做到这一点。文本框看起来像这样:Widget_buildDescriptionTextField(productBloc){returnStreamBuilder(stream:productBloc.messageStream,builder:(context,snapshot){returnTextField(maxLines:3,controller:_controllerMessage,onChanged:productBloc.messageSink,decoration:InputDec