repaintBoundary method

RepaintBoundary repaintBoundary({
  1. Key? key,
})

Implementation

RepaintBoundary repaintBoundary({Key? key}) {
  return RepaintBoundary(
    key: key,
    child: this,
  );
}