stickyHeaderPositionOffset property

double stickyHeaderPositionOffset
final

Used to calculate sticky header position offset

Usually used if you need your list scroll behind appbar (Scaffold extendBodyBehindAppBar: true)

Defaults to 0.0

Implementation

final double stickyHeaderPositionOffset;