body property

Widget body
final

A single widget in the scrollable tab list. You can use Column or any single scrollable widget. If you want to use ScrollView (ListView) then we suggest make sure that body is created with ScrollView.shrinkWrap = true and ScrollView.physics = NeverScrollableScrollPhysics.

Implementation

final Widget body;