resetTransform property

void Function() get resetTransform

Implementation

void Function() get resetTransform => () => _i4.callMethod(
      _i4.getProperty(
        this,
        'resetTransform',
      ),
      r'call',
      [this],
    );
set resetTransform (void value())

Implementation

set resetTransform(void Function() value) {
  _i4.setProperty(
    this,
    'resetTransform',
    _i4.allowInterop(value),
  );
}