TooltipSemanticsEvent constructor

const TooltipSemanticsEvent(
  1. String message
)

Constructs an event that triggers a tooltip announcement by the platform.

Implementation

const TooltipSemanticsEvent(this.message) : super('tooltip');