accessibilityLabel property

String? accessibilityLabel

Implementation

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

Implementation

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