CustomMarker constructor
CustomMarker({})
Implementation
CustomMarker({
required this.id,
required this.position,
required this.widget,
this.width = 50,
this.height = 50,
this.alignment = Alignment.center,
this.rotation = 0,
this.fallbackAssetPath,
this.fallbackAssetPackage,
});