child property

Widget child
final

The child widget to which you want to add scroll-to-hide effect.

This should be a static located widget, such as BottomNavigationBar, FloatingActionButton, AppBar, etc.

Implementation

final Widget child;