ariaLabel property
String?
get
ariaLabel
Implementation
_i2.String? get ariaLabel => _i4.getProperty(
this,
'ariaLabel',
);
set
ariaLabel
(String? value)
Implementation
set ariaLabel(_i2.String? value) {
_i4.setProperty(
this,
'ariaLabel',
value ?? _i6.undefined,
);
}