sliverlist_seperated

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

sliverlist seperated

This package helps to make a seperated sliver list for adding a widget between the sliverlist like ListView.Seperated.
Usage #
CustomSliverList.separated(
itemCount: 2000,
itemBuilder: (context, index) => Text("$index"),
separatorBuilder: (context, index) => SizedBox(
height: 8,
),
)
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.