transform property
Gets the value of "transform"
Implementation
String get transform => getPropertyValue('transform');
Sets the value of "transform"
Implementation
set transform(String value) {
setProperty('transform', value, '');
}
api.dart.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more.
Gets the value of "transform"
String get transform => getPropertyValue('transform');
Sets the value of "transform"
set transform(String value) {
setProperty('transform', value, '');
}