IgnorePointer constructor

IgnorePointer({
  1. Widget? child,
  2. bool ignoring = true,
  3. Key? key,
})

Implementation

IgnorePointer({super.child, this.ignoring = true, super.key});