minOffsetProvider property
Callback function that tells when header to stick to the bottom.
If it returns null
or callback not provided - min offset will be header height
Implementation
final MinOffsetProvider<I>? minOffsetProvider;
Callback function that tells when header to stick to the bottom.
If it returns null
or callback not provided - min offset will be header height
final MinOffsetProvider<I>? minOffsetProvider;