topLeft property

  1. @override
Offset get topLeft
override

An Offset describing the vector from the top left of a rectangle to the top left of that rectangle inset by this object.

Implementation

@override
Offset get topLeft => $value.topLeft;