playEntranceAnimation method

void playEntranceAnimation()

Play the entrance animation

Implementation

void playEntranceAnimation() {
  // Forward to the snackbar state.
  _state?._playEntranceAnimation();
}