SdlxPoint constructor

SdlxPoint({
  1. int x = 0,
  2. int y = 0,
})

Implementation

SdlxPoint({this.x = 0, this.y = 0});