offset property

Offset get offset

Implementation

Offset get offset {
  return Offset(toDouble(), toDouble());
}