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