hide method

Future<void> hide()

Implementation

Future<void> hide() async {
  await _hide();
  value = ElTooltipStatus.hidden;
  notifyListeners();
}