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