RepaintBoundary constructor
Implementation
@Goto(_i1.RepaintBoundary.new)
RepaintBoundary(
$ $config, {
_i2.Key? key,
_i1.Widget? child,
}) : super(
Argument({
#key: key,
#child: child,
}),
builder: (args) => _i1.RepaintBoundary(
key: args(#key),
child: args(#child),
),
);