DiffReviewPresentationMsg class final

Changes presentation without changing source identities or thread state.

Inheritance

Constructors

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

Properties

dropWhenInputQueued → bool
Whether this message can be dropped when fresher user input is queued.
no setterinherited
hashCode → int
The hash code for this object.
no setterinherited
height → int?
Positive viewport height in terminal rows.
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
viewMode → DiffViewMode?
Requested diff presentation mode.
final
width → int?
Positive viewport width in terminal columns.
final
wrapLines → bool?
Whether long code lines wrap inside their panels.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited