PageBubbleViewModel constructor
PageBubbleViewModel()
Implementation
PageBubbleViewModel(
this.color,
this.activePercent,
this.isActive,
this.selectedIndicatorColor,
this.unSelectedIndicatorColor,
);
PageBubbleViewModel(
this.color,
this.activePercent,
this.isActive,
this.selectedIndicatorColor,
this.unSelectedIndicatorColor,
);