showSticky property

RxBool showSticky
final

Indicator whether sticky header should be visible or not.

Used to hide it when no scrolling is happening.

Implementation

final RxBool showSticky = RxBool(false);