Thead constructor
Thead({})
Implementation
Thead({
this.rows = const [],
super.id,
super.className,
super.style,
super.attributes,
super.tag = 'thead',
});
Thead({
this.rows = const [],
super.id,
super.className,
super.style,
super.attributes,
super.tag = 'thead',
});