animationFactor property

set animationFactor (double value)

Setter for tooltip animation factor

Implementation

set animationFactor(double value) {
  _animationFactor = value;
  markNeedsLayout();
  markNeedsPaint();
  markNeedsSemanticsUpdate();
}