TDSwiperDotsPagination class

Constructors

TDSwiperDotsPagination({Color? activeColor, Color? color, Key? key, double size = 6.0, double activeSize = 6.0, double space = 4.0, double? roundedRectangleWidth, int? animationDuration})
const

Properties

activeColor Color?
当前展示的索引,如果未设置,则为Theme.of(context).primaryColor
final
activeSize double
选中状态圆点尺寸
final
animationDuration int?
final
color Color?
如果未设置,则为 Theme.of(context).scaffoldBackgroundColor
final
hashCode int
The hash code for this object.
no setterinherited
key Key?
final
roundedRectangleWidth double?
圆角矩形宽度(高度仍为activeSize)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size double
圆点尺寸
final
space double
圆点间距
final

Methods

build(BuildContext context, SwiperPluginConfig config) Widget
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited