menu
ella package
documentation
math/Rect.dart
Rect
getLeftCentre method
getLeftCentre method
dark_mode
light_mode
getLeftCentre
method
Coordinate
getLeftCentre
(
)
Gets left centre
Implementation
Coordinate getLeftCentre() { return new Coordinate(left, top + height / 2); }
ella package
documentation
math/Rect
Rect
getLeftCentre method
Rect class