semanticLabel property

String? semanticLabel
final

A label describing the content of the rendered page for accessibility.

When non-null, this label is used as the Semantics.label for the rendered image. A typical value is the document file name or title.

Implementation

final String? semanticLabel;