tHead property
TableSectionElement
get
tHead
Implementation
TableSectionElement get tHead => children
.whereType<TableSectionElement>()
.firstWhere((e) => e.tagName.toLowerCase() == 'thead');