menu
dt
foundation.dart
Rect
right property
right
dark_mode
light_mode
right
property
int
right
The right edge of this rectangle on the x-axis.
Implementation
int get right => x + width;
dt
foundation
Rect
right property
Rect class