Error states that TextField widgets require a Material widget ancestor. Simply wrapping your whole loginWidget into Scaffold will solve the problem.
Widget LoginPage() {
return new Scaffold(body: *your whole code*)
}
厚积薄发,笨鸟先飞。
posted on
2018-09-10 17:28诗意的活着
阅读(3828)
评论(0)
编辑收藏举报