ImageMessageConfiguration constructor

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

Implementation

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