RCKReferenceStyleConfig constructor
const
RCKReferenceStyleConfig({
- Color? backgroundColor,
- TextStyle? textStyle,
- EdgeInsets padding = EdgeInsets.zero,
- double spacingToContent = kBubbleRefTextPadding,
构造函数
Implementation
const RCKReferenceStyleConfig({
this.backgroundColor,
this.textStyle,
this.padding = EdgeInsets.zero,
this.spacingToContent = kBubbleRefTextPadding,
});