PostListView constructor Null safety

const PostListView(
  1. {Key? key,
  2. bool showSubreddit = true}
)

Implementation

const PostListView({Key? key, this.showSubreddit = true}) : super(key: key);