handleMirroring property

Object get handleMirroring

Implementation

_i2.Object get handleMirroring => _i5.getProperty(
      this,
      'handleMirroring',
    );
set handleMirroring (Object value)

Implementation

set handleMirroring(_i2.Object value) {
  _i5.setProperty(
    this,
    'handleMirroring',
    value,
  );
}