ImageMessageConfiguration constructor

const ImageMessageConfiguration({
  1. ShareIconConfiguration? shareIconConfig,
  2. StringCallback? onTap,
  3. double? height,
  4. double? width,
  5. EdgeInsetsGeometry? padding,
  6. EdgeInsetsGeometry? margin,
  7. BorderRadius? borderRadius,
})

Implementation

const ImageMessageConfiguration({
  this.shareIconConfig,
  this.onTap,
  this.height,
  this.width,
  this.padding,
  this.margin,
  this.borderRadius,
});