ZegoLayerBorderConfig class

图层边框配置。

自定义设置视图边框的大小、颜色等。

Constructors

ZegoLayerBorderConfig(int width, int color)
ZegoLayerBorderConfig.defaultConfig()

Properties

color int
边框颜色,格式为 0xRRGGBB,默认为绿色即 0x00FF00
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
width int
边框大小,默认值 4, 最大值为 100。
getter/setter pair

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