resizeCellSize property

Size get resizeCellSize

Gets or sets the width and height multiples used when resizing. By default this property is the Size(NaN, NaN).

Implementation

_i3.Size get resizeCellSize => _i4.getProperty(
      this,
      'resizeCellSize',
    );
set resizeCellSize (Size value)

Implementation

set resizeCellSize(_i3.Size value) {
  _i4.setProperty(
    this,
    'resizeCellSize',
    value,
  );
}