scaleAnimationAlignment property

Alignment? scaleAnimationAlignment
final

An alignment to origin of initial tooltip animation.

Alignment will be pre-calculated but if pre-calculated alignment doesn't work then this parameter can be used to customise the direction of the tooltip animation.

eg.

    Alignment(-0.2,0.3) or Alignment.centerLeft

Implementation

final Alignment? scaleAnimationAlignment;