pageview_indicator_plugins

Last updated:

0 purchases

pageview_indicator_plugins Image
pageview_indicator_plugins Images
Add to Cart

Description:

pageview indicator plugins

pageview_indicator_plugins #
flutter pageview指示器。支持自定义指示器样式
用法 #
基本用法:
PageIndicator(
length: 6,
pageController: pageController,
)
copied to clipboard
可以通过自定义Decoration属性修改圆点形状
PageIndicator(
length: 6,
pageController: secondController,
currentWidth: 16,
currentDecoration: BoxDecoration(
color: Colors.cyanAccent,
borderRadius: BorderRadius.circular(10)),
)
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.