onResize property

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

Called when the terminal calculates a new character grid size.

Implementation

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