easy_dot_indicator library

Classes

DotStyle
Dot style configuration
EasyDotIndicator
Dot indicator
EasyDotIndicatorController
Controller for controlling the status of the dot indicator
EasyDotIndicatorCustomConfig
Custom configuration for dot indicator
IndicatorDotPainter
Default painter for drawing indicator dot

Enums

Dot
Dot style

Extensions

EasyDotIndicatorCustomConfigExt on EasyDotIndicatorCustomConfig
EasyDotIndicatorCustomConfig extension

Typedefs

CustomDotBuilder = Widget Function(Animation<double> anim, Dot cur, Dot pre)
Custom dot builder func anim Animation controller for dot transition cur Current dot pre Previous dot