LinkPreviewConfiguration constructor

const LinkPreviewConfiguration({
  1. StringCallback? onUrlDetect,
  2. Color? loadingColor,
  3. Color? backgroundColor,
  4. double? borderRadius,
  5. TextStyle? bodyStyle,
  6. TextStyle? titleStyle,
  7. TextStyle? linkStyle,
  8. EdgeInsetsGeometry? padding,
  9. String? proxyUrl,
})

Implementation

const LinkPreviewConfiguration({
  this.onUrlDetect,
  this.loadingColor,
  this.backgroundColor,
  this.borderRadius,
  this.bodyStyle,
  this.titleStyle,
  this.linkStyle,
  this.padding,
  this.proxyUrl,
});