cloneWidget property

WidgetNode Function(Object, [Object?]) get cloneWidget

Implementation

_i3.WidgetNode Function(
  _i2.Object, [
  _i2.Object?,
]) get cloneWidget => (
      _i2.Object p0, [
      _i2.Object? p1,
    ]) =>
        _i5.callMethod(
          _i5.getProperty(
            this,
            'cloneWidget',
          ),
          r'call',
          [
            this,
            p0,
            p1 ?? _i7.undefined,
          ],
        );
set cloneWidget (WidgetNode value(Object, [Object?]))

Implementation

set cloneWidget(
    _i3.WidgetNode Function(
      _i2.Object, [
      _i2.Object?,
    ]) value) {
  _i5.setProperty(
    this,
    'cloneWidget',
    _i5.allowInterop(value),
  );
}