openLabel property
String?
get
openLabel
A human-readable string for the open button.
Implementation
_i2.String? get openLabel => _i5.getProperty(
this,
'openLabel',
);
set
openLabel
(String? value)
Implementation
set openLabel(_i2.String? value) {
_i5.setProperty(
this,
'openLabel',
value ?? _i6.undefined,
);
}