toOffset method

Offset toOffset()

Implementation

Offset toOffset() {
  // checkpoint: dp
  return Offset(x, y);
}