semanticLabel property

String? semanticLabel
getter/setter pair

Accessibility name of the opened overlay: it scopes and names the semantic route, so screen readers announce the opening. null keeps the overlay unnamed (still scoped).

Implementation

String? semanticLabel;