show method

void show()

Implementation

void show() {
  // _overlayEntry?.remove();
  // _overlayEntry = null;

  _showing = false;

  // 显示 Toast
  if (_animated == ANIMATED_MOVEMENT_TWEEN) {
    _makeTextShowTween();
  } else {
    _makeTextShowOpacity();
  }
}