topRight property

  1. @override
Point<num> get topRight

Implementation

@override
Point<num> get topRight => Point<num>(left + width, top);