isFixedHeader property
if isFixedHeader==true,
HorizontalDataTable.headerWidgets0
as the fixed side header
if isFixedHeader==false header handling will handle by the itembuilder or the first child -> index == 0
if no header needed, just ignore this, start data from index ==0
Implementation
final bool isFixedHeader;