sticky property

bool sticky
final

If header is in sticky state

If InfiniteListItem.minOffsetProvider is defined, it could be that header builder will be emitted with new state on scroll, but sticky will be false, if offset already passed min offset value

WHen InfiniteListItem.minOffsetProvider is called, sticky will always be false. Since for min offset calculation offset itself not defined yet

Implementation

final bool sticky;