Widget.ignorePointer constructor Null safety

const Widget.ignorePointer(
  1. {Key? key,
  2. @Default(true) bool ignoring,
  3. bool? ignoringSemantics,
  4. Widget? child}
)

Implementation

const factory Widget.ignorePointer({
  Key? key,
  @Default(true) bool ignoring,
  bool? ignoringSemantics,
  Widget? child,
}) = IgnorePointer;