onResize property

void Function(int width, int height, int pixelWidth, int pixelHeight)? onResize
getter/setter pair

Function that is called when the dimensions of the terminal change.

Implementation

void Function(int width, int height, int pixelWidth, int pixelHeight)?
    onResize;