ZegoLiveAudioRoomLayoutAlignment enum

The alignment of the seat layout. This enum type is used for the alignment property in ZegoLiveAudioRoomLayoutRowConfig.

Inheritance

Constructors

ZegoLiveAudioRoomLayoutAlignment()
const

Values

start → const ZegoLiveAudioRoomLayoutAlignment

Place the seats as close to the start of the main axis as possible.

end → const ZegoLiveAudioRoomLayoutAlignment

Place the seats as close to the end of the main axis as possible.

center → const ZegoLiveAudioRoomLayoutAlignment

Place the seats as close to the middle of the main axis as possible.

spaceBetween → const ZegoLiveAudioRoomLayoutAlignment

Place the free space evenly between the seats.

spaceAround → const ZegoLiveAudioRoomLayoutAlignment

Place the free space evenly between the seats as well as half of that space before and after the first and last seat.

spaceEvenly → const ZegoLiveAudioRoomLayoutAlignment

Place the free space evenly between the seats as well as before and after the first and last seat.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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
toString() String
A string representation of this object.
inherited

Operators

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

Constants

values → const List<ZegoLiveAudioRoomLayoutAlignment>
A constant List of the values in this enum, in order of their declaration.