DialogPage<T> constructor
const
DialogPage<T> ({})
Creates a DialogPage.
Implementation
const DialogPage({
required this.child,
LocalKey? key,
String? name,
Object? arguments,
String? restorationId,
}) : super(
key: key,
name: name,
arguments: arguments,
restorationId: restorationId,
);