文件名称:Android代码-可让您将"stickyheaders"放入Flutter应用程序的任何可滚动内容中。
文件大小:138KB
文件格式:ZIP
更新时间:2022-08-27 19:56:35
Android代码
Flutter Sticky Headers Lets you place headers on scrollable content that will stick to the top of the container whilst the content is scrolled. Usage You can place a StickyHeader or StickyHeaderBuilder inside any scrollable content, such as: ListView, GridView, CustomScrollView, SingleChildScrollView or similar. Depend on it: dependencies: sticky_headers: "^0.1.7" Import it: import 'package:sticky_headers/sticky_headers.dart'; Use it: class Example extends StatelessWidget { @override Wid