accessibilityLabel property

String? accessibilityLabel

Implementation

String? get accessibilityLabel => _accessibilityLabel;
void accessibilityLabel=(String? newValue)

Implementation

set accessibilityLabel(String? newValue) {
  updateProperty('accessibilityLabel', newValue: newValue);
  _accessibilityLabel = newValue;
}