PDFScreenRoute constructor Null safety
- {Key? key,
- required PaperModel model,
- bool isOffline = false}
Implementation
PDFScreenRoute(
{_i7.Key? key, required _i9.PaperModel model, bool isOffline = false})
: super(PDFScreenRoute.name,
path: '/pdf',
args: PDFScreenRouteArgs(
key: key, model: model, isOffline: isOffline));