body method

Widget body(
  1. Post post
)

Implementation

Widget body(Post post) {
  return Body(post: post);
}