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