createShapeWithText property

ShapeWithTextNode Function() get createShapeWithText

Implementation

_i3.ShapeWithTextNode Function() get createShapeWithText =>
    () => _i5.callMethod(
          _i5.getProperty(
            this,
            'createShapeWithText',
          ),
          r'call',
          [this],
        );
set createShapeWithText (ShapeWithTextNode value())

Implementation

set createShapeWithText(_i3.ShapeWithTextNode Function() value) {
  _i5.setProperty(
    this,
    'createShapeWithText',
    _i5.allowInterop(value),
  );
}