CSSOrigin constructor

const CSSOrigin(
  1. Offset offset,
  2. Alignment alignment
)

Implementation

const CSSOrigin(this.offset, this.alignment);