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