RectResizeCancel typedef

RectResizeCancel = void Function(HandlePosition handle)

A callback that is called when the box cancels a resize operation.

Implementation

typedef RectResizeCancel = void Function(
  HandlePosition handle,
);