getFarthestPoint method

Offset getFarthestPoint(
  1. Offset center
)

Implementation

Offset getFarthestPoint(Offset center) => bounds.getFarthestPoint(center);