backfaceVisibility property

String get backfaceVisibility

Gets the value of "backface-visibility"

Implementation

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

Sets the value of "backface-visibility"

Implementation

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