UnboundedRepaintBoundary constructor

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

Implementation

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