drag_resize_window_area

Function drag_resize_window_area 

Source
pub fn drag_resize_window_area<V: IntoView + 'static>(
    direction: ResizeDirection,
    child: V,
) -> DragResizeWindowArea
Expand description

A view that will resize the window when the mouse is dragged.

ยงPlatform-specific

  • macOS: Not supported.
  • iOS / Android / Web / Orbital: Not supported.