PDFScreen constructor Null safety

const PDFScreen(
  1. {Key? key,
  2. required PaperModel model,
  3. bool isOffline = false}
)

Implementation

const PDFScreen({
  Key? key,
  required this.model,
  this.isOffline = false,
}) : super(key: key);