Page<T> constructor
Null safety
Creates a page and initializes key for subclasses.
The arguments argument must not be null.
Implementation
const Page({
this.key,
super.name,
super.arguments,
this.restorationId,
});