isAnimatingOpen property

bool get isAnimatingOpen

Returns true if the sheet is currently animating to the open state.

This getter determine if the sheet is in the process of opening with an animation.

Implementation

bool get isAnimatingOpen => _extent.isAnimatingOpen;