semanticLabel property

String? semanticLabel
final

The semantic label of the modal used by accessibility frameworks to announce screen transitions when the modal is opened and closed.

In iOS, if this label is not provided, a semantic label will be inferred from the title if it is not null.

In Android, if this label is not provided, the modal will use the 'Giffy Modal' as its label.

See also:

Implementation

final String? semanticLabel;