RCKQuotePreviewConfig constructor
const
RCKQuotePreviewConfig({
- Color? backgroundColor,
- EdgeInsets? padding,
- TextStyle? textStyle,
- Icon? closeIcon,
Implementation
const RCKQuotePreviewConfig({
this.backgroundColor,
this.padding,
this.textStyle,
this.closeIcon,
});