RepaintBoundary constructor

  1. @Goto(_i1.RepaintBoundary.new)
RepaintBoundary(
  1. $ $config, {
  2. Key? key,
  3. Widget? child,
})

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