PinData constructor
PinData({})
Implementation
PinData({
required this.latLong,
this.title = '',
this.detail = '',
this.color = Colors.red,
this.icon = Icons.location_on,
this.child,
this.detailWidget,
this.onTap,
});