accessibilityLabel property

String? get accessibilityLabel
inherited

Optional accessibility label.

Return null when the node should not expose a custom label.

Implementation

String? get accessibilityLabel => null;