stagger method

FunctionBasedParameter stagger(
  1. Object value, [
  2. StaggerOptions? options
])

Implementation

_i4.FunctionBasedParameter stagger(
  _i2.Object value, [
  _i4.StaggerOptions? options,
]) =>
    (
      _i3.HTMLElement p0,
      _i2.num p1,
      _i2.num p2,
    ) =>
        _i6.callMethod(
          _i6.callMethod(
            this,
            'stagger',
            [
              value,
              options ?? _i5.undefined,
            ],
          ),
          r'call',
          [
            this,
            p0,
            p1,
            p2,
          ],
        );