onSuperBoardSubViewSizeChanged property

void Function(String uniqueID, Map size)? onSuperBoardSubViewSizeChanged
getter/setter pair

Callback for the page size change.

Supported version: 2.0.0

Description: When the onSizeChange callback is received, the SDK has updated the size of the whiteboard and file. This callback can be used to obtain the visible area size of the current SuperBoardSubView.

Calling time/Notification time: This callback is triggered when the size of the ZegoSuperBoardSubView is modified.

@param Size size of the SuperBoardSubView visible area; size includes the width, height keys. @param uniqueID Unique ID of SuperBoardSubView

Implementation

static void Function(String uniqueID, Map<dynamic, dynamic> size)?
    onSuperBoardSubViewSizeChanged;