Widget.repaintBoundary constructor Null safety

const Widget.repaintBoundary(
  1. {Key? key,
  2. Widget? child}
)

Implementation

const factory Widget.repaintBoundary({
  Key? key,
  Widget? child,
}) = RepaintBoundary;