PaperItem constructor Null safety
- {Key? key,
- required PaperModel paperModel,
- bool isOffline = false,
- String subject = "physics"}
Implementation
const PaperItem({
Key? key,
required this.paperModel,
this.isOffline = false,
this.subject = "physics",
}) : super(key: key);