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