The method ‘RaisedButton’ isn’t defined for the type ‘MyApp’.
RaisedButton is now deprecated.
use ElevatedButton instead of RaisedButton
Flutter中RaisedButton弃用及替代方案
博客指出在Flutter里,‘MyApp’类型未定义‘RaisedButton’方法,且‘RaisedButton’已被弃用,建议使用‘ElevatedButton’来替代它,这是关于Flutter开发的一个技术提示。
The method ‘RaisedButton’ isn’t defined for the type ‘MyApp’.
RaisedButton is now deprecated.
use ElevatedButton instead of RaisedButton
996
3070

被折叠的 条评论
为什么被折叠?