graphql 2023-01-27 15:36 采纳率: 0%
浏览 215

The method 'RaisedButton' isn't defined for the type 'MyApp'. (Documentation)

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

  • 写回答

2条回答 默认 最新

  • lidiyscrp 2023-01-27 15:55
    关注

    该报错表明你的代码中使用RaisedButton的方法未定义。你需要在MyApp类中定义RaisedButton方法,然后再次尝试运行flutter。

    评论

报告相同问题?

问题事件

  • 创建了问题 1月27日