controllerToHideAppBar property

ScrollController? controllerToHideAppBar
final

This parameter is used to hide the appbar when scrolling vertically a listview or some other scrolling widget that accepts a ScrollController.

Implementation

final ScrollController? controllerToHideAppBar;