Skip to main content

IndividualPostView constructor

const IndividualPostView({Key? key, required Post post})

Implementation

const IndividualPostView(\{Key? key, required this.post\}) : super(key: key);