isClosed property

bool get isClosed

Implementation

bool get isClosed =>
    animationState == KeyboardAnimationState.none && visibility == 0.0;