DynamicMsgImageConfig constructor

DynamicMsgImageConfig({
  1. bool addSpaceToTop = false,
  2. bool addSpaceToBottom = false,
  3. String? errorImagePath,
  4. String? placeholderImagePath,
  5. String? url,
  6. BoxFit? boxFit,
})

Implementation

DynamicMsgImageConfig({
  this.addSpaceToTop = false,
  this.addSpaceToBottom = false,
  this.errorImagePath,
  this.placeholderImagePath,
  this.url,
  this.boxFit,
});