transform property
String
get
transform
Gets the value of "transform"
Implementation
String get transform => getPropertyValue('transform');
set
transform
(String? value)
Sets the value of "transform"
Implementation
set transform(String? value) {
setProperty('transform', value, '');
}