BasicIndicatorAttributes constructor
BasicIndicatorAttributes({})
Implementation
BasicIndicatorAttributes({
this.unselectedBackgroundColor = const Color(0x33FFFFFF),
this.selectedBackgroundColor = Colors.white,
this.unselectedBorderColor = Colors.transparent,
this.selectedBorderColor = Colors.white,
this.borderSize = 1,
this.size = 8,
this.animationDuration = Durations.short4,
});