ignorePointer method
Implementation
Niku ignorePointer([bool ignoring = true]) {
_widget = IgnorePointer(
ignoring: ignoring,
child: _widget,
);
return this;
}
Niku ignorePointer([bool ignoring = true]) {
_widget = IgnorePointer(
ignoring: ignoring,
child: _widget,
);
return this;
}