PanelClosedOptions constructor Null safety

const PanelClosedOptions(
  1. {bool detachDragging = false,
  2. bool resetScrolling = false,
  3. Object? sendResult,
  4. Object? throwResult}
)

Implementation

const PanelClosedOptions(
    {this.detachDragging = false,
    this.resetScrolling = false,
    this.sendResult,
    this.throwResult});