semanticsLabel property

  1. @override
String? get semanticsLabel
override

The Semantics.label for this picture.

The value indicates the purpose of the picture, and will be read out by screen readers.

Implementation

@override
String? get semanticsLabel => throw UnimplementedError();