TMapPin constructor
const
TMapPin({})
Implementation
const TMapPin({
required this.coordinates,
this.label,
this.labelColor,
this.icon,
this.iconColor,
this.assetPath,
this.alignment,
this.customBuilder,
this.infoWindowBuilder,
});