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