Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在我的 SliverAppBar 和 SliverList 之间添加一个类似的项目。我尝试使用常规行,但它一直抛出异常。我知道 SliverPadding,所以我想知道是否有类似的东西。任何帮助将不胜感激。
尝试 SliverToBoxAdapter,参考:
SliverToBoxAdapter( child: Row )