scrollTheChildContent method

Widget scrollTheChildContent()

Implementation

Widget scrollTheChildContent() {
  return ScrollFastor(
    scrollController: scrollController,
    child: body,
  );
}