menu
archery
archery/archery.dart
Rectangle
<
T extends num
>
right property
right
dark_mode
light_mode
description
right
property
T
get
right
inherited
The x-coordinate of the right edge.
Implementation
T get right => (left + width) as T;
archery
archery
Rectangle
<
T extends num
>
right property
Rectangle class