PostView constructor Null safety
Implementation
const PostView({
required this.post,
this.showSubreddit = true,
Key? key
}) : super(key: key);
const PostView({
required this.post,
this.showSubreddit = true,
Key? key
}) : super(key: key);