BubbleOptions constructor

BubbleOptions({
  1. Color? color,
  2. BoxBorder? border,
  3. Widget? child,
  4. GestureTapCallback? onTap,
})

Implementation

BubbleOptions({
  this.color,
  this.border,
  this.child,
  this.onTap,
});