AnnounceSemanticsEvent constructor
- String message,
- TextDirection textDirection,
- int viewId, {
- Assertiveness assertiveness = Assertiveness.polite,
Constructs an event that triggers an announcement by the platform for the provided view.
Implementation
const AnnounceSemanticsEvent(
this.message,
this.textDirection,
this.viewId, {
this.assertiveness = Assertiveness.polite,
}) : super('announce');