Scissor constructor

Scissor({
  1. int x = 0,
  2. int y = 0,
  3. int width = 0,
  4. int height = 0,
})

Implementation

Scissor({this.x = 0, this.y = 0, this.width = 0, this.height = 0});