RepaintBoundary.wrap constructor
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),
),
);