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,
String? name,
Object? arguments,
this.restorationId,
}) : super(name: name, arguments: arguments);