PageBubbleViewModel constructor
PageBubbleViewModel({})
Implementation
PageBubbleViewModel({
this.bubbleInner,
this.iconAssetPath,
this.iconColor,
this.isHollow,
this.activePercent,
this.bubbleBackgroundColor = const Color(0x88FFFFFF),
}) : assert(bubbleBackgroundColor != null);