easing property

String easing
override

Implementation

String get easing => JS("String", "#.easing", this);
void easing= (String value)

Implementation

set easing(String value) {
  JS("void", "#.easing = #", this, value);
}