ZegoLiveAudioRoomLayoutConfig class

Seat layout configuration options. This type is used for the ZegoUIKitPrebuiltLiveAudioRoomConfig.layoutConfig property.

Constructors

ZegoLiveAudioRoomLayoutConfig({int rowSpacing = 0, List<ZegoLiveAudioRoomLayoutRowConfig>? rowConfigs})

Properties

hashCode int
The hash code for this object.
no setterinherited
rowConfigs List<ZegoLiveAudioRoomLayoutRowConfig>
Configuration list for each row.
getter/setter pair
rowSpacing int
Spacing between rows, should be positive
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited