TableCellNode constructor
TableCellNode({})
Implementation
factory TableCellNode({
_i2.String? type,
_i3.TextSublayerNode? text,
_i2.num? rowIndex,
_i2.num? columnIndex,
_i2.String? toString$,
_i3.TableNode? parent,
_i2.num? height,
_i2.num? width,
_i2.Object? fills,
_i2.Object? fillStyleId,
_i2.Future<void> Function(_i2.String)? setFillStyleIdAsync,
}) =>
TableCellNode._(
type: type,
text: text ?? _i7.undefined,
rowIndex: rowIndex,
columnIndex: columnIndex,
toString$: toString$,
parent: parent ?? _i7.undefined,
height: height,
width: width,
fills: fills ?? _i7.undefined,
fillStyleId: fillStyleId ?? _i7.undefined,
setFillStyleIdAsync: setFillStyleIdAsync == null
? null
: _i5.allowInterop(setFillStyleIdAsync),
);