PropertyIndexedKeyframes constructor

PropertyIndexedKeyframes({
  1. Object? composite,
  2. Object? easing,
  3. Object? offset,
})

Implementation

factory PropertyIndexedKeyframes({
  _i2.Object? composite,
  _i2.Object? easing,
  _i2.Object? offset,
}) =>
    PropertyIndexedKeyframes._(
      composite: composite ?? _i6.undefined,
      easing: easing ?? _i6.undefined,
      offset: offset ?? _i6.undefined,
    );