ZegoLiveAudioRoomLayoutRowConfig class

Configuration for each row in the seat layout. This type is used for the ZegoUIKitPrebuiltLiveAudioRoomConfig.layoutConfig.rowConfigs property.

Constructors

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

Properties

alignment ZegoLiveAudioRoomLayoutAlignment
The alignment of the seat layout.
getter/setter pair
count int
Number of seats in each row. Range is 1~4, default value is 4.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seatSpacing int
The horizontal spacing between each seat. It should be set to a value equal to or greater than 0.
getter/setter pair

Methods

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

Operators

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