如何在 SliverAppBar 和 SliverList/Grid 之间添加一个额外的小部件?
How do I an extra widget in between SliverAppBar and SliverList/Grid?
我想在我的 SliverAppBar 和 SliverList 之间添加一个类似的项目。我尝试使用常规行,但它一直抛出异常。我知道 SliverPadding,所以我想知道是否有类似的东西。任何帮助将不胜感激。
试试 SliverToBoxAdapter,reference:
SliverToBoxAdapter(
child: Row
)
我想在我的 SliverAppBar 和 SliverList 之间添加一个类似的项目。我尝试使用常规行,但它一直抛出异常。我知道 SliverPadding,所以我想知道是否有类似的东西。任何帮助将不胜感激。
试试 SliverToBoxAdapter,reference:
SliverToBoxAdapter(
child: Row
)