TerminalBridgeMessage.resize constructor
Creates a resize notification.
Implementation
const TerminalBridgeMessage.resize({required int width, required int height})
: this._(
type: TerminalBridgeMessageType.resize,
width: width,
height: height,
);