resizable_widget library
Provide ResizableWidget.
Classes
- ResizableWidget
- Holds resizable widgets as children. Users can resize the internal widgets by dragging.
- WidgetSizeInfo
- Information about an internal widget size of ResizableWidget.
Typedefs
-
OnResizedFunc
= void Function(List<
WidgetSizeInfo> infoList) - The callback argument type of ResizableWidget.onResized.