PPageStacksStackEvent<P extends PagePath> constructor

const PPageStacksStackEvent<P extends PagePath>({
  1. required PPageStack<P> stack,
  2. required PPageStackEvent<P> pageStackEvent,
})

Implementation

const PPageStacksStackEvent({
  required this.stack,
  required this.pageStackEvent,
});