RCKQuotePreviewConfig constructor

const RCKQuotePreviewConfig({
  1. Color? backgroundColor,
  2. EdgeInsets? padding,
  3. TextStyle? textStyle,
  4. Icon? closeIcon,
})

Implementation

const RCKQuotePreviewConfig({
  this.backgroundColor,
  this.padding,
  this.textStyle,
  this.closeIcon,
});