Page<T> constructor
Creates a page and initializes key for subclasses.
Implementation
const Page({
this.key,
super.name,
super.arguments,
this.restorationId,
this.canPop = true,
this.onPopInvoked = _defaultPopInvokedHandler,
});