elasticity property
dynamic
get
elasticity
Implementation
_i2.dynamic get elasticity => _i6.getProperty(
this,
'elasticity',
);
set
elasticity
(dynamic value)
Implementation
set elasticity(_i2.dynamic value) {
_i6.setProperty(
this,
'elasticity',
value,
);
}