clipBehavior method
设置裁剪行为
Implementation
AnimatedBuilder clipBehavior(Clip? clipBehavior) {
_clipBehavior = clipBehavior;
return this;
}
设置裁剪行为
AnimatedBuilder clipBehavior(Clip? clipBehavior) {
_clipBehavior = clipBehavior;
return this;
}