TooltipSemanticsEvent constructor

const TooltipSemanticsEvent(String message)

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

Implementation

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