Body constructor

const Body({
  1. Key? key,
  2. required Post post,
  3. double? fontSize,
})

Implementation

const Body({super.key, required this.post, this.fontSize});