body property

ScrollView body
final

A single widget in the scrollable tab list. Make sure that body is created with ScrollView.shrinkWrap = true and ScrollView.physics = NeverScrollableScrollPhysics. This will ensure that all the children will layout correctly. For more details see ScrollView.

Implementation

final ScrollView body;