PagePopEvent<R> constructor

const PagePopEvent<R>({
  1. required R? data,
  2. required PopCause cause,
})

Implementation

const PagePopEvent({
  required this.data,
  required this.cause,
});