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