DiffReviewPresentationMsg constructor

const DiffReviewPresentationMsg({
  1. int? width,
  2. int? height,
  3. DiffViewMode? viewMode,
  4. bool? wrapLines,
})

Updates non-null presentation settings.

Implementation

const DiffReviewPresentationMsg({
  this.width,
  this.height,
  this.viewMode,
  this.wrapLines,
});