menu
mapsforge_flutter_renderer package
documentation
ui.dart
UiPaint
getColor method
getColor method
dark_mode
light_mode
getColor
method
Color
getColor
(
)
Returns the color of this paint as a
ui.Color
.
Implementation
ui.Color getColor() => _paint.color;
mapsforge_flutter_renderer package
documentation
ui
UiPaint
getColor method
UiPaint class