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