labelAnimationReset property

bool get labelAnimationReset

Whether to reverse the animation of the label floating above.

Implementation

bool get labelAnimationReset =>
    floatingLabelVisible && !focused && !hasVisibleText;