ignore method

Widget ignore([
  1. bool ignore = true
])

Implementation

Widget ignore([bool ignore = true]) => IgnorePointer(
      ignoring: ignore,
      child: this,
    );