menu
mapsforge_flutter_renderer package
documentation
ui.dart
UiRect
getHeight method
getHeight method
dark_mode
light_mode
getHeight
method
double
getHeight
(
)
Returns the height of the rectangle.
Implementation
double getHeight() { return _rect.bottom - _rect.top; }
mapsforge_flutter_renderer package
documentation
ui
UiRect
getHeight method
UiRect class