【发布时间】:2021-12-12 04:23:47
【问题描述】:
我该如何解决这个问题?我无法运行代码,因为 String 有错误
Text(
questions[_questionsIndex]['questionText'] as String,
style: TextStyle(color: Colors.orange, fontSize: 30),
),
...(questions[_questionsIndex]['questionText'] as List<String>).map((answer) {
return Answer(_answerQuestions, answer);
}).toList()
【问题讨论】:
标签: string list visual-studio flutter dart