tear method

T tear({
  1. required bool enable,
})

是否撕去

Implementation

T tear({required bool enable}) {
  return push(TTear(tear: enable));
}