WidgetIndicatorAttributes constructor
WidgetIndicatorAttributes({})
Implementation
WidgetIndicatorAttributes({
required this.unselectedWidget,
required this.selectedWidget,
this.size = 8,
this.animationDuration = Durations.short4,
});