PostWidget constructor
const
PostWidget({
- Key? key,
- required Post post,
- VoidCallback? onLike,
- VoidCallback? onComment,
Implementation
const PostWidget({
super.key,
required this.post,
this.onLike,
this.onComment,
});