ZegoCallMenuBarStyle enum

This enum consists of two style options: light and dark. T he light style represents a light theme with a transparent background, while the dark style represents a dark theme with a black background. You can use these options to set the desired theme style for the menu bar.

Inheritance

Constructors

ZegoCallMenuBarStyle()
const

Values

light → const ZegoCallMenuBarStyle

Light theme with transparent background

dark → const ZegoCallMenuBarStyle

Dark theme with black background

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<ZegoCallMenuBarStyle>
A constant List of the values in this enum, in order of their declaration.