body property

Widget get body

Implementation

Widget get body {
  return Padding(
      padding: const EdgeInsets.fromLTRB(0, 10, 0, 10),
      child: Body(post: post, fontSize: 18));
}