backfaceVisibility property

String backfaceVisibility

Implementation

_i2.String get backfaceVisibility => _i4.getProperty(
      this,
      'backfaceVisibility',
    );
void backfaceVisibility=(String value)

Implementation

set backfaceVisibility(_i2.String value) {
  _i4.setProperty(
    this,
    'backfaceVisibility',
    value,
  );
}