ScratchPoint constructor

ScratchPoint(
  1. Offset? position,
  2. double size
)

Implementation

ScratchPoint(this.position, this.size);