clipByHeader property
Determines whether the header should clip max offset of the sheet.
When set to true, max offset should be clipped by the header height to always show header.
When set to false, max offset will be set to available viewport height,
potentially make a header to disappear if it not clipped by the provided offset from model.
Implementation
final bool clipByHeader;