onPtyResize property

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

Fired after the engine and mirror grid adopt (columns, rows). Wire to PtyBackend.resize(rows, columns). The engine resizes before this fires.

Implementation

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