transform property

String transform

Gets the value of "transform"

Implementation

String get transform => getPropertyValue('transform');
void transform= (String value)

Sets the value of "transform"

Implementation

set transform(String value) {
  setProperty('transform', value, '');
}