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