HTMLTableHeaderCellElement constructor
HTMLTableHeaderCellElement({})
Implementation
factory HTMLTableHeaderCellElement({
_i2.String? abbr,
_i2.String? align,
_i2.String? axis,
_i2.String? bgColor,
_i2.num? cellIndex,
_i2.String? ch,
_i2.String? chOff,
_i2.num? colSpan,
_i2.String? headers,
_i2.String? height,
_i2.bool? noWrap,
_i2.num? rowSpan,
_i2.String? scope,
_i2.String? vAlign,
_i2.String? width,
}) =>
HTMLTableHeaderCellElement._(
abbr: abbr,
align: align,
axis: axis,
bgColor: bgColor,
cellIndex: cellIndex,
ch: ch,
chOff: chOff,
colSpan: colSpan,
headers: headers,
height: height,
noWrap: noWrap,
rowSpan: rowSpan,
scope: scope,
vAlign: vAlign,
width: width,
);