local property

Offset? local

Implementation

Offset? get local {
  return details != null ? details?.localPosition : null;
}