onResizeDelta property

ValueChanged<Offset> onResizeDelta
final

Called when the bottom-right resize handle is dragged.

Provides the raw delta of the drag.

Implementation

final ValueChanged<Offset> onResizeDelta;