LinkPreviewConfiguration constructor
const
LinkPreviewConfiguration({
- StringCallback? onUrlDetect,
- Color? loadingColor,
- Color? backgroundColor,
- double? borderRadius,
- TextStyle? bodyStyle,
- TextStyle? titleStyle,
- TextStyle? linkStyle,
- EdgeInsetsGeometry? padding,
- String? proxyUrl,
Implementation
const LinkPreviewConfiguration({
this.onUrlDetect,
this.loadingColor,
this.backgroundColor,
this.borderRadius,
this.bodyStyle,
this.titleStyle,
this.linkStyle,
this.padding,
this.proxyUrl,
});