right property

  1. @override
num get right

The x-coordinate of the right edge.

Implementation

@override
num get right => left + width;