RCKAppendBubbleConfig constructor

const RCKAppendBubbleConfig({
  1. double spacingToMain = 0.0,
  2. EdgeInsets padding = EdgeInsets.zero,
  3. Color? backgroundColor,
  4. double borderRadius = 6.0,
  5. Color? borderColor,
  6. double? borderWidth,
})

Implementation

const RCKAppendBubbleConfig({
  this.spacingToMain = 0.0,
  this.padding = EdgeInsets.zero,
  this.backgroundColor,
  this.borderRadius = 6.0,
  this.borderColor,
  this.borderWidth,
});