showSticky property
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);
Indicator whether sticky header should be visible or not.
Used to hide it when no scrolling is happening.
final RxBool showSticky = RxBool(false);