ZegoSuperBoardCursorAttribute constructor
ZegoSuperBoardCursorAttribute({
- String iconPath = 'https://storage.zego.im/goclass/wbCursor/defaultCursor.png',
- int? offsetX = 0,
- int? offsetY = 0,
- ZegoSuperBoardCursorTitleStyle? titleStyle,
Implementation
ZegoSuperBoardCursorAttribute({
this.iconPath =
'https://storage.zego.im/goclass/wbCursor/defaultCursor.png',
this.offsetX = 0,
this.offsetY = 0,
this.titleStyle,
});