setCenter method

void setCenter(
  1. Offset offset
)

Implementation

void setCenter(Offset offset) {
  _offset = offset;
}