ImageMessageConfiguration constructor
const
ImageMessageConfiguration({
- StringCallback? onTap,
- double? height,
- double? width,
- EdgeInsetsGeometry? padding,
- EdgeInsetsGeometry? margin,
- BorderRadius? borderRadius,
Implementation
const ImageMessageConfiguration({
this.shareIconConfig,
this.onTap,
this.height,
this.width,
this.padding,
this.margin,
this.borderRadius,
});