Last updated:
0 purchases
scroll indicator
Scroll_Indicator #
Scroll indicator inspired by the Shopee application.
Usage #
ScrollIndicator(
scrollController: scrollController,
width: 50,
height: 5,
indicatorWidth: 20,
decoration: BoxDecoration(
borderRadius: BorderRadius.circular(10),
color: Colors.grey[300]),
indicatorDecoration: BoxDecoration(
color: Colors.deepOrange,
borderRadius: BorderRadius.circular(10)),
),
copied to clipboard
Demo #
Support me on Saweria #
https://saweria.co/saddamnur
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.