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