menu
dt
foundation.dart
Rect
topRight property
topRight
dark_mode
light_mode
topRight
property
Offset
topRight
The top-right corner of this rectangle.
Implementation
Offset get topRight => Offset(right, y);
dt
foundation
Rect
topRight property
Rect class