scaling property

String scaling

Implementation

String get scaling => getAttribute(SCALING) ?? '';
void scaling=(String value)

Implementation

set scaling(String value) {
  internalSetAttribute(SCALING, value);
}