stiffness property
num
get
stiffness
Implementation
_i2.num get stiffness => _i5.getProperty(
this,
'stiffness',
);
set
stiffness
(num value)
Implementation
set stiffness(_i2.num value) {
_i5.setProperty(
this,
'stiffness',
value,
);
}