Gets the value of "transform-style"
Source
String get transformStyle => getPropertyValue('transform-style');
Sets the value of "transform-style"
Source
set transformStyle(String value) {
setProperty('transform-style', value, '');
}
Gets the value of "transform-style"
String get transformStyle => getPropertyValue('transform-style');
Sets the value of "transform-style"
set transformStyle(String value) {
setProperty('transform-style', value, '');
}