FlutterMapContainer constructor
const
FlutterMapContainer({
- Key? key,
- required Widget child,
- required MapCamera camera,
- required LatLng point,
- Alignment alignment = Alignment.center,
- bool rotate = true,
- EdgeInsetsGeometry? margin,
- double? width,
- double? height,
- bool glow = false,
- Widget glowOverlay = const GlowOverlay(),
- Offset pixelOffset = Offset.zero,
- void onMeasured()?,
Implementation
const FlutterMapContainer({
super.key,
required this.child,
required this.camera,
required this.point,
this.alignment = Alignment.center,
this.rotate = true,
this.margin,
this.width,
this.height,
this.glow = false,
this.glowOverlay = const GlowOverlay(),
this.pixelOffset = Offset.zero,
this.onMeasured,
});