body property

Widget body
final

The body of this Scaffold. PageView or TabBarView in body will listened its scroll event, which will be used to control Drawer's opening.

Implementation

final Widget body;