RotatingGlobe constructor
const
RotatingGlobe({
- Key? key,
- required FlutterEarthGlobeController controller,
- required double radius,
- required Alignment alignment,
- void onZoomChanged(
- double zoom
- void onHover(
- GlobeCoordinates? coordinates
- void onTap(
- GlobeCoordinates? coordinates
Implementation
const RotatingGlobe({
Key? key,
required this.controller,
required this.radius,
required this.alignment,
this.onZoomChanged,
this.onHover,
this.onTap,
}) : super(key: key);