DStackPopResult<T> constructor

DStackPopResult<T>({
  1. bool? animated = true,
  2. T? result,
})

Implementation

DStackPopResult({this.animated = true, this.result});