Add clip behavior of widget
Using Overflow.clip
Overflow.clip
Equivalent to:
Stack( clipBehavior: input )
NikuStack clip(Clip clip) { this._clipBehavior = clip; return this; }