OnResizedFunc typedef
OnResizedFunc =
void Function(List<WidgetSizeInfo> infoList)
The callback argument type of ResizableWidget.onResized
.
Implementation
typedef OnResizedFunc = void Function(List<WidgetSizeInfo> infoList);