backfaceVisibility property

String backfaceVisibility

Gets the value of "backface-visibility"

Implementation

String get backfaceVisibility => getPropertyValue('backface-visibility');
void backfaceVisibility=(String value)

Sets the value of "backface-visibility"

Implementation

set backfaceVisibility(String value) {
  setProperty('backface-visibility', value, '');
}