SnapshotViewChangeEvent constructor

SnapshotViewChangeEvent(
  1. {Snapshot? oldValue,
  2. Snapshot? newValue}
)

Implementation

SnapshotViewChangeEvent({this.oldValue, this.newValue});