MarkerWidget constructor
MarkerWidget({})
Implementation
MarkerWidget(
{required String key,
required this.coordinate,
required this.initialPosition,
required this.addMarkerState,
required this.child,
this.angle = 0,
this.tiltRotate = 0,
required this.width,
this.rotateOrigin,
this.alignment = Alignment.center,
required this.height})
: super(key: Key(key));