backfaceVisibility property
Gets the value of "backface-visibility"
Implementation
String get backfaceVisibility => getPropertyValue('backface-visibility');
Sets the value of "backface-visibility"
Implementation
set backfaceVisibility(String value) {
setProperty('backface-visibility', value, '');
}