DiffReviewPresentationMsg constructor
const
DiffReviewPresentationMsg({
- int? width,
- int? height,
- DiffViewMode? viewMode,
- bool? wrapLines,
Updates non-null presentation settings.
Implementation
const DiffReviewPresentationMsg({
this.width,
this.height,
this.viewMode,
this.wrapLines,
});