摘要: 解决方法:使用SingleChildScrollView包裹住 body: SingleChildScrollView( child: Center( child: Container( height: 800, width: 400, child: DefaultTextStyle( ... TR 阅读全文
posted @ 2022-02-13 18:21 漫游者杰特 阅读(380) 评论(0) 推荐(0)
摘要: 解决方法:设置一个计时器,让ListView的焦点一直在最底部 1 final ScrollController _scrollController = ScrollController(); 2 3 @override 4 Widget build(BuildContext context) { 阅读全文
posted @ 2022-02-13 18:15 漫游者杰特 阅读(424) 评论(0) 推荐(0)