PropertyIndexedKeyframes constructor
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,
);