flutter 报错: The method 'RaisedButton' isn't defined for the type 'MyApp'. (Documentation)

The method 'RaisedButton' isn't defined for the type 'MyApp'. (Documentation)
- 写回答
- 好问题 0 提建议
- 关注问题
- 邀请回答
-
2条回答 默认 最新
- lidiyscrp 2023-01-27 15:55关注
该报错表明你的代码中使用RaisedButton的方法未定义。你需要在MyApp类中定义RaisedButton方法,然后再次尝试运行flutter。
解决 无用评论 打赏 举报