MapButton constructor
const
MapButton({})
Implementation
const MapButton({
super.key,
this.id,
required this.onPressed,
this.onLongPressed,
this.icon,
this.child,
this.enabled = true,
this.tooltip,
}) : assert(icon != null || child != null);