menu
flutter_earth_globe package
documentation
rotating_globe.dart
RotatingGlobeState
convertedRadius method
convertedRadius method
dark_mode
light_mode
convertedRadius
method
double
convertedRadius
(
)
Implementation
double convertedRadius() => widget.radius * math.pow(2, widget.controller.zoom);
flutter_earth_globe package
documentation
rotating_globe
RotatingGlobeState
convertedRadius method
RotatingGlobeState class