BodyBlock constructor
const
BodyBlock({})
Implementation
const BodyBlock({
Key? key,
required this.backgroundColor,
required this.topRadius,
required this.topOffset,
required this.scrollController,
required this.body,
}) : super(key: key);