PublicStreamingLayout class
公共流布局
Properties
- backgroundColor ↔ String
-
背景颜色。格式为 RGB 定义下的 Hex 值,如 #FFB6C1 表示浅粉色。默认值 #000000,表示为黑色
getter/setter pair
- backgroundImage ↔ String
-
画布的背景图片地址
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- interpolationMode ↔ int
-
插帧模式:
getter/setter pair
- layoutMode ↔ int
-
公共流布局模式,
2
:自定义模式。getter/setter pair -
regions
↔ List<
PublicStreamingRegion> -
合成公共流的每条流的布局信息
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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited