menu
ella package
documentation
math/Rect.dart
Rect
setTopRight method
setTopRight method
dark_mode
light_mode
setTopRight
method
void
setTopRight
(
Coordinate
point
)
Sets top right.
Implementation
void setTopRight(Coordinate point) { left = point.x - width; top = point.y; }
ella package
documentation
math/Rect
Rect
setTopRight method
Rect class