ignorePointer property

bool ignorePointer

Implementation

bool get ignorePointer {
  _add((w) => IgnorePointer(child: w, ignoring: true));
  return true;
}
void ignorePointer=(bool v)

Implementation

set ignorePointer(bool v) =>
    _add((w) => IgnorePointer(child: w, ignoring: v));