TTear constructor

TTear({
  1. bool tear = true,
})

Implementation

TTear({
  bool tear = true,
}) {
  _tear = tear;
}