pub fn drag_resize_window_area<V>(
direction: ResizeDirection,
child: V,
) -> DragResizeWindowAreawhere
V: IntoView + 'static,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.