menu
Dart
dart:math
Rectangle
<
T extends num
>
right property
right
brightness_4
brightness_5
description
right
property
T
right
inherited
The x-coordinate of the right edge.
Implementation
T get right => (left + width) as T;
Dart
dart:math
Rectangle
<
T extends num
>
right property
Rectangle class