KinMapMarker constructor
const
KinMapMarker({
- required KinLatLng position,
- String? label,
- IconData icon = Icons.location_on_rounded,
- Color? color,
- VoidCallback? onTap,
Implementation
const KinMapMarker({
required this.position,
this.label,
this.icon = Icons.location_on_rounded,
this.color,
this.onTap,
});