bottomLeft property

  1. @override
Point<num> get bottomLeft

Implementation

@override
Point<num> get bottomLeft => Point<num>(left, top + height);