ZegoSuperBoardCursorAttribute constructor

ZegoSuperBoardCursorAttribute({
  1. String iconPath = 'https://storage.zego.im/goclass/wbCursor/defaultCursor.png',
  2. int? offsetX = 0,
  3. int? offsetY = 0,
  4. ZegoSuperBoardCursorTitleStyle? titleStyle,
})

Implementation

ZegoSuperBoardCursorAttribute({
  this.iconPath =
      'https://storage.zego.im/goclass/wbCursor/defaultCursor.png',
  this.offsetX = 0,
  this.offsetY = 0,
  this.titleStyle,
});