Accessibility hint - Flutter

With Flutter, you can set an accessibility hint by using the hint property provided by the Semantics widget.

Semantics(
  hint: 'Opens the Appt website'
);