RepaintBoundary.wrap constructor

  1. @Goto(_i1.RepaintBoundary.wrap)
RepaintBoundary.wrap(
  1. $ $config,
  2. Widget child,
  3. int childIndex
)

Implementation

@Goto(_i1.RepaintBoundary.wrap)
RepaintBoundary.wrap(
  $ $config,
  _i1.Widget child,
  int childIndex,
) : super(
        Argument({
          #child: child,
          #childIndex: childIndex,
        }),
        builder: (args) => _i1.RepaintBoundary.wrap(
          args(#child),
          args(#childIndex),
        ),
      );