flutter错误代码The method 'toDouble' was called on null. Receiver: null Tried calling: toDouble()

在这里插入图片描述
我的原因是嵌套了Column
因为在Column 里再次添加一个Column 会出错

发布了93 篇原创文章 · 获赞 25 · 访问量 1万+

猜你喜欢

转载自blog.csdn.net/qq_40282732/article/details/104035220