RCKReferenceStyleConfig constructor

const RCKReferenceStyleConfig({
  1. Color? backgroundColor,
  2. TextStyle? textStyle,
  3. EdgeInsets padding = EdgeInsets.zero,
  4. double spacingToContent = kBubbleRefTextPadding,
})

构造函数

Implementation

const RCKReferenceStyleConfig({
  this.backgroundColor,
  this.textStyle,
  this.padding = EdgeInsets.zero,
  this.spacingToContent = kBubbleRefTextPadding,
});