0 purchases
blured list
Blur your Listview easily
Features #
Blur your Listview easily
Getting started #
Usage #
BluredList(
blur: vm.hideSomeFeatures,
itemCount: timartPlan.features.length,
numberOfItemsToBlur: 3,
itemBuilder: (context, index) {
final feature = timartPlan.features[index];
return PlanFeature(description: feature);
},
),
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.