show method

Future<void> show()

Implementation

Future<void> show() async {
  await _show();
  value = ElTooltipStatus.showing;
  notifyListeners();
}