defaultSpringLength property

num defaultSpringLength

Gets or sets the default value computed by #springLength. The initial value is 50.

Implementation

_i2.num get defaultSpringLength => _i4.getProperty(
      this,
      'defaultSpringLength',
    );
void defaultSpringLength=(num value)

Implementation

set defaultSpringLength(_i2.num value) {
  _i4.setProperty(
    this,
    'defaultSpringLength',
    value,
  );
}