CPMapButton constructor
CPMapButton({})
Creates CPMapButton
Implementation
CPMapButton({
required this.onClickEvent,
this.isEnabled = true,
this.isHidden = false,
this.focusedImage,
this.tintColor,
this.darkImage,
this.image,
});