PageBubbleViewModel constructor

PageBubbleViewModel(
  1. Color color,
  2. double? activePercent,
  3. bool isActive,
  4. Color selectedIndicatorColor,
  5. Color unSelectedIndicatorColor,
)

Implementation

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