RepaintBoundary constructor

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

Creates a widget that isolates repaints.

Implementation

const RepaintBoundary({ super.key, super.child });