OverRepaintBoundary constructor

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

Implementation

const OverRepaintBoundary({super.key, required this.child});