MapActionTooltip constructor

MapActionTooltip({
  1. String? message,
})

Implementation

MapActionTooltip({
  this.message,
});