position property

Offset get position

Implementation

Offset get position {
  return Offset(x.toDouble(), y.toDouble());
}