onPtyResize property

void Function(int columns, int rows)? onPtyResize
getter/setter pair

Fired only from _flushPendingResize, after the engine reflow and mirror snapshot complete. Host wires this to PtyBackend.resize.

Implementation

void Function(int columns, int rows)? onPtyResize;