menu
geometry_kit
geometry_kit.dart
Rectangle
topRight property
topRight
dark_mode
light_mode
topRight
property
Point
get
topRight
Top-right corner
Implementation
Point get topRight => Point(x + width, y + height);
geometry_kit
geometry_kit
Rectangle
topRight property
Rectangle class