renderconstrainedbox专题

flutter RenderConstrainedBox object was given an infinite size during layout.

问题原因  sliapp 加上的 动态设置高度 问题 去掉 就行了 SliverToBoxAdapter(child: SizedBox(height: _getSliverToBox().toDouble()),),