ZegoLiveAudioRoomLayoutRowConfig constructor

ZegoLiveAudioRoomLayoutRowConfig({
  1. int count = 4,
  2. int seatSpacing = 0,
  3. ZegoLiveAudioRoomLayoutAlignment alignment = ZegoLiveAudioRoomLayoutAlignment.spaceAround,
})

Implementation

ZegoLiveAudioRoomLayoutRowConfig({
  this.count = 4,
  this.seatSpacing = 0,
  this.alignment = ZegoLiveAudioRoomLayoutAlignment.spaceAround,
});