easing property

String get easing

Implementation

_i2.String get easing => _i4.getProperty(
      this,
      'easing',
    );
set easing (String value)

Implementation

set easing(_i2.String value) {
  _i4.setProperty(
    this,
    'easing',
    value,
  );
}