topLeft property

  1. @override
Point<num> get topLeft

Implementation

@override
Point<num> get topLeft => Point<num>(left, top);