menu
flutter_cupertino_desktop_kit
cdk_dialog_draggable.dart
CDKDialogDraggableState
hide method
hide
brightness_4
brightness_5
hide
method
void
hide
(
)
Implementation
void hide() { overlayEntry?.remove(); overlayEntry = null; widget.onHide?.call(); }
flutter_cupertino_desktop_kit
cdk_dialog_draggable
CDKDialogDraggableState
hide method
CDKDialogDraggableState class