scroll_indicator 0.0.3 copy "scroll_indicator: ^0.0.3" to clipboard
scroll_indicator: ^0.0.3 copied to clipboard

Scroll indicator with listening controller of listview or gridview.

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)),
),

Demo #

scroll indicator

Support me on Saweria #

https://saweria.co/saddamnur

saweria

32
likes
140
points
1.31k
downloads

Publisher

verified publishersaddamnur.xyz

Weekly Downloads

Scroll indicator with listening controller of listview or gridview.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on scroll_indicator