LayoutOffset constructor

const LayoutOffset(
  1. double dx,
  2. double dy
)

Creates an offset with the specified coordinates.

Implementation

const LayoutOffset(this.dx, this.dy);